https://github.com/allrivertosea/lidar-based-multi-object-tracking

Implement multi-target tracking based on the LiDAR data from the nuScenes dataset. Use the Kalman Filter for state estimation and the Nearest Neighbor (NN) matching method for association. Evaluate the tracking performance using the MOTA metric and visualize the tracking results in the BEV (Bird's Eye View) perspective.

https://github.com/allrivertosea/lidar-based-multi-object-tracking

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Implement multi-target tracking based on the LiDAR data from the nuScenes dataset. Use the Kalman Filter for state estimation and the Nearest Neighbor (NN) matching method for association. Evaluate the tracking performance using the MOTA metric and visualize the tracking results in the BEV (Bird's Eye View) perspective.

Basic Info
  • Host: GitHub
  • Owner: allrivertosea
  • Language: C++
  • Default Branch: main
  • Size: 4.99 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Lidar-based-Multi-Object-Tracking

Implement multi-target tracking based on the LiDAR data from the nuScenes dataset. Use the Kalman Filter for state estimation and the Nearest Neighbor (NN) matching method for association. Evaluate the tracking performance using the MOTA metric and visualize the tracking results in the BEV (Bird's Eye View) perspective.

跟踪结果

功能测试

环境说明

  • Eigen 3.4.0
  • Opencv 4.5.5
  • Cmake 3.16.3

使用说明

mkdir build cd build cmake .. make -j8 ./lidar_mot scene-xxxx

Owner

  • Login: allrivertosea
  • Kind: user

GitHub Events

Total
  • Watch event: 1
  • Push event: 1
Last Year
  • Watch event: 1
  • Push event: 1