Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors