Elbrus Stereo VSLAM - Elbrus is based on two core technologies: Visual Odometry (VO) and Simultaneous Localization and Mapping (SLAM). [nvidia link]
Object Detection
Yolov4 - It is fast, easy to install, and supports CPU and GPU computation [github yolov4]
-DETR - End-to-End Object Detection with Transformers [github DETR]
Hydranets - The HydraNet is a neural network architecture that splits into multiple branches (or heads) close to the top of the network [github hydranets]
CAM2BEV - A sim2real deep learning approach for the transformation of images from multiple vehicle-mounted camera to a semantically segmented image in bird's eye view [github cam2bev]
Depth estimation
monodepth-1 - Unsupervised single image depth prediction [github monodepth1]
monodepth-2 - self-supervised learning has emerged as a promising alternative for training models to perform monocular depth estimation. [github monodepth2]