Rocky-YU's Stars
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
v2fly/v2ray-core
A platform for building proxies to bypass network restrictions.
WongKinYiu/yolov9
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
stevenlovegrove/Pangolin
Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
FeiYull/TensorRT-Alpha
🔥🔥🔥TensorRT for YOLOv8、YOLOv8-Pose、YOLOv8-Seg、YOLOv8-Cls、YOLOv7、YOLOv6、YOLOv5、YOLONAS......🚀🚀🚀CUDA IS ALL YOU NEED.🍎🍎🍎
lukasvst/dm-vio
Source code for the paper DM-VIO: Delayed Marginalization Visual-Inertial Odometry
nvidia-isaac/nvblox
A GPU-accelerated TSDF and ESDF library for robots equipped with RGB-D cameras.
NVIDIA-AI-IOT/nanosam
A distilled Segment Anything (SAM) model capable of running real-time with NVIDIA TensorRT
cyrusbehr/YOLOv8-TensorRT-CPP
YOLOv8 TensorRT C++ Implementation
VIS4ROB-lab/covins
COVINS-(G) -- A (Generic) Framework for Collaborative Visual-Inertial SLAM and Multi-Agent 3D Mapping
YWL0720/YOLO_ORB_SLAM3
This is an improved version of ORB-SLAM3 that adds an object detection module implemented with YOLOv5 to achieve SLAM in dynamic environments.
yubaoliu/RDS-SLAM
DS-SLAM: Real-Time Dynamic SLAM Using Semantic Segmentation Methods
PaoPaoRobot/Awesome-VIO
Discuss about VIO in PaoPaoRobot group
zju3dv/PVO
[CVPR 2023] PVO: Panoptic Visual Odometry
lturing/ORB_SLAM3_modified
安卓手机适配orb slam3,运行mono-inertial
qdLMF/LIO-SAM-GPU-ScanToMapOpt
A CUDA reimplementation of the line/plane odometry of LIO-SAM. A point cloud hash map (inspired by iVox of Faster-LIO) on GPU is used to accelerate 5-neighbour KNN search.
SlamMate/CDS-SLAM-Semantic-mapping-in-dynamic-environment
This project is the result of my undergraduate dissertation. The localization in dynamic environment is to deploy TensorRT optimized YOLOX in the front end of ORB-SLAM3 for object detection, and then eliminate all points belonging to the human bounding box. At the same time, the semantic information is sent to the mapping module to dye the 3D point cloud. The disadvantage of this project is that in the localization module, only the points belonging to people are processed, because people are dynamic most of the time. In the mapping module, we did not segment semantic objects accurately, resulting in wrong coloring of point clouds of other objects.
spacewalk01/tensorrt-yolov9
Cpp and python implementation of YOLOv9 using TensorRT API
zhaoxuhui/ROS-Bag-Tools
Some useful and convenient Python tool scripts for ROS-related needs.
NVIDIA-AI-IOT/yolov5_gpu_optimization
This repository provides YOLOV5 GPU optimization sample
kinggreat24/dv-loam
virgolinosoares/Crowd-SLAM
Real-time Visual SLAM for Monocular, Stereo and RGB-D Cameras in Crowded Environments
Li-99/yolov8_onnxruntime
C++ YOLOv8 ONNXRuntime inference code for Object Detection or Instance Segmentation.
cpymaple/ORB-SLAM3-YOLOv3
spacewalk01/nanosam-cpp
C++ TensorRT Implementation of NanoSAM
lieblius/masked-orbslam3
Masked ORB-SLAM3: Dynamic Element Exclusion for Autonomous Driving Scenarios Using a Mask R-CNN for Increased Localization Accuracy
SlamMate/Universal-outdoor-indoor-dynamic-vSLAM-based-on-pre-trained-models
This repository contains the open-source code for the paper "Semantic SLAM for mobile robots in dynamic environments based on visual camera sensors" by Qi Zhang and Changdi Li, published in the Measurement Science and Technology journal in 2023.
chenjianqu/ORB_SLAM3_Mask
在ORB-SLAM3的基础上,通过SOLO实例分割获得物体的Mask, 然后在运行时去除物体的关键点,从而达到动态鲁棒性
JinYoung6/Visual_SLAM_Related_Research
视觉(语义) SLAM 相关研究跟踪