-
AIR, Tsinghua University
- Beijing
- https://leofansq.github.io/
-
-
-
-
-
QUEST Public
[ICRA 2024] QUEST: Query Stream for Practical Cooperative Perception
1 UpdatedApr 17, 2024 -
SpiderMesh Public
SpiderMesh: Spatial-aware Demand-guided Recursive Meshing for RGB-T Semantic Segmentation (Updating)
-
CBR Public
[IROS2023] Calibration-free BEV Representation for Infrastructure Perception
-
CPCL Public
[IEEE TIP] Conservative-Progressive Collaborative Learning for Semi-supervised Semantic Segmentation
-
SCF-Net Public
[CVPR2021] SCF-Net: Learning Spatial Contextual Features for Large-Scale Point Cloud Segmentation
-
-
ROS_OBU_DCU_Communication Public
This repository is for the communication between OBU & DCU, which is a simple V2X application.
-
Tools_RosBag2KITTI Public
Conversion from ROSBAG (.bag) to image (.png) and points cloud (.bin), including ROSBAG decoding, pcd2bin and file directory extraction.
-
This is a repository for the basic version of intelligent vehicles, which is on the basis of the trajectory tracking. It is mainly used to organize my open-sourced projects, and contains several re…
3 UpdatedJun 25, 2022 -
ROS_Object_Cluster Public
Object cluster in pure ROS (Melodic)
-
ROS_Pure_Pursuit Public
Pure pursuit in pure ROS (Melodic)
-
ROS_Waypoints_Processor Public
Waypoints processor in pure ROS (Melodic)
-
ROS_NDT_Localizer Public
NDT Localizer in pure ROS (Melodic)
-
ROS_NDT_Mapping Public
NDT Mapping in pure ROS (Melodic)
-
Lane_Follower Public
Lane follower: Lane-detector (OpenCV) + Object-detector (YOLO5) + CAN-bus
-
Tools_Merge_Image_PointCloud Public
Project the PointCloud to the image & Generate the LiDAR PointCloud with color.
-
FII-CenterNet Public
[IEEE TVT] FII-CenterNet: an anchor-free detector with foreground attention for traffic object detection
-
Tools_Bag2PCD_ROS Public
Read the .bag files and save Lidar point clouds in .pcd files. Coordinate transformation is optional.
-
AI01001H-PatternRecognition Public
UCAS 081100M01001H 模式识别: Python实现实例与实验
-
AI01002H-ImageProcessing Public
UCAS 081100M01002H 图像处理与分析: Python实现实例与实验
-
SJTU EI229: Image Classification based on machine learning; 基于CART和C4.5的图像二分类
MATLAB MIT License UpdatedJul 5, 2020 -
This project was used to prepare a competition in the summer of 2018 ; The origin training structure is based on the SSD-Tensorflow by balancap.
-
基于强化学习(RL)的冰壶游戏实例; 梯度下降的Sarsa(lambda) + 非均匀径向基特征表示
-
Tracker_SiamFC_DaSiamRPN Public
Object tracking based on SiamFC & DaSiamRPN using GOT-10k toolkit. Demo & Visualization.
-
SIFT Public
基于C++的基本库实现了SIFT特征提取与匹配, 无需调用如OpenCV的库函数. 从实现细节的角度介绍了SIFT算法流程. 代码很大程度地基于ezSIFT代码, 用于自学和理解SIFT算法.
-
Lane_Detection Public
Lane detection based on traditional method.