2 रिपॉजिटरी
Techniques for building lightweight 3D representations of environments by tracking a subset of distinct visual features.
Distinguishing note: Candidates focus on neural network feature map upscaling/aggregation, not geometric 3D sparse mapping.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Sparse Visual Mapping. Refine with filters or upvote what's useful.
ORB_SLAM2 is a visual simultaneous localization and mapping system that tracks camera movement and builds 3D environments from image data. It functions as a real-time visual odometry tool and sparse 3D reconstructor, computing the position and orientation of a camera while generating a point cloud map of a physical space. The system utilizes a camera relocalization engine to identify a camera's position within a known map after tracking failure or system restarts. It incorporates a spatial tracker to enable the precise insertion and composition of virtual 3D objects into real-world planar reg
Tracks specific visual points across image frames to build a lightweight 3D point cloud representation of the environment.
pyslam is a framework for Simultaneous Localization and Mapping that combines Python flexibility with C++ performance. It is a sparse SLAM implementation designed to map environment geometry and track device location by processing image frames into 3D points. The project features a bridge for exposing high-performance C++ classes to Python scripts using zero-copy memory sharing. This integration allows for switching between a scripting interface for rapid prototyping and a compiled core for execution speed. The system includes a spatial map optimizer to refine 3D point and camera pose estima
Implements a sparse visual map by tracking a subset of distinct 3D landmarks instead of dense voxel grids.