Skip to content

Computer Vision & Deep Learning Repository for Autonomous Driving of Jetson Nano/Raspberry Pi controlled Miniature Robot Cars. The Deep Learning models are trained to mimic robot car driving controlled by gamepad.

License

Notifications You must be signed in to change notification settings

ANI717/Self-Driving-Computer-Vision-Repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision & Deep Learning Repository

Computer Vision & Deep Learning Repository for Autonomous Driving of Jetson Nano/Raspberry Pi controlled Miniature Robot Cars. The Deep Learning models are trained to mimic robot car driving controlled by gamepad.

Quick Links

Robotics Workspace

Colaborators

Computer Fusion Laboratory (CFL) - Temple University College of Engineering

Directory Tree (Important Scripts and Database)

Self Driving CV Repository
    ├── data process
    │   ├── output
    │   ├── settings
    │   ├── batch_rename.py
    │   ├── create_dataset.py
    │   ├── create_final_dataset.py
    │   ├── refine_dataset.py
    │   └── visually_refine_dataset.py
    ├── dataset
    │   ├── images
    │   └── lists
    │       ├── cross-validation
    │       ├── debug
    │       └── random
    │           ├── train.csv
    │           ├── val.csv
    │           └── test.csv
    ├── deep learning
    │   ├── train
    │   │   ├── checkpoints
    │   │   ├── output
    │   │   ├── config.py
    │   │   ├── utils.py
    │   │   ├── dataset.py
    │   │   ├── model.py
    │   │   └── train.py
    │   └── test
    │       ├── test.py
    │       └── test_onnx.py
    ├── results
    └── visualization
        ├── prediction_visualization.py
        └── prediction_video.py

Demonstration

Video clip generated by prediction_video.py script.

prediction

About

Computer Vision & Deep Learning Repository for Autonomous Driving of Jetson Nano/Raspberry Pi controlled Miniature Robot Cars. The Deep Learning models are trained to mimic robot car driving controlled by gamepad.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published