Skip to content

SEA-ME-COSS/Perception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perception

Architecture_Perception

This repository is for the Perception part of the Autonomous-Driving-System project.


Train Dataset

  • Gazebo

    • Traffic Light
      • Red (546 images)
      • Yellow (451 images)
      • Green (599 images)
    • RoundAbout (890 images)
    • Crosswalk (926 images)
  • Real World

    • Traffic Light
      • Red (360 images)
      • Yellow (30 images)
      • Green (211 images)
    • RoundAbout (350 images)
    • Crosswalk (296 images)
    • Lane

Labelling


Model


Usage

  • /data/main.py

    • Make raw dataset from rosbag
  • /object_detect/objectDetect.py

    • Detect object in Gazebo simulation
  • /object_detect/real.py

    • Detect object in real world