Skip to content

Latest commit

 

History

History
78 lines (70 loc) · 2.96 KB

README.md

File metadata and controls

78 lines (70 loc) · 2.96 KB

CADAR

CAmeras Detection And Ranging

Overview

Table legend:

  • ■ - means the usage of a single shot of data
  • ▣ - means the usage of a sequence of data
  • ■ - green color means yes
  • ■ - orange color means yes, with some specific algorithms, but it has some disadvantages
  • ■ - red color means no
  • each link provide some documentation for an approach
Funcionality Lidar Radar Single camera Stereo camera
Weather and road condition
Odometry
3D points cloud
3D objects detection
3D objects velocity
Classificated 3D objects
Classificated 3D points cloud

Structure

|
|_ core
  |
  |_ Node
  |
  |_ Camera
  |
  |_ Storage
|
|_ modules
  |
  |_ ObjectPool
  |
  |_ object_detector
  |
  |_ RoadMap
|
|_ notebooks
  |
  |_ Open3D demo
  |
  |_ CADAR DEMO
|
|_ docs
|
|_ data
  |
  |_ Sequence_00 (straight street)
|
|_ tests
|
|_ types
  |
  |__ Frame
  |
  |__ StereoFrame
  |
  |__ Semantic
  |
  |__ ObjectSemantic2D
  |
  |__ Object2D
  |
  |__ Object2D_classified
  |
  |__ Obstacle
  |
  |__ Physics