Skip to content

HO4X/TSR_JetsonTX2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrafficSignRecognition for JetsonTX2

Note: this repo is WIP!

This project splits into two sections:

  • one for the training and engine creation of the CNN-Classifier (MobileNetV1)
  • the other one is the runtime code for the Nvidia Jetson TX2

Basic Idea behind this

Alt SW Architecture

This approach does run really fast on the Jetson as long as the VisionWorks OpenCV is used, as its optimized. Also the runtime depends on the input size of the CNN. The current CNN model is an mobilenet, which is able to recognize 43 classes of german traffic signs.

Current ToDo's

An overview of the current open points.

  • Add Demo
  • !Complete scripts etc.!

CNN Classifier

Jetson Runtime Code

  • improve ROI-Filtering
  • refactor inference for bigger batch size in order to detect faster more signs
  • check if there is an possible benefit of using the shared memory between CPU/GPU

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published