Skip to content

YoloV7 model on traffic sign detection has been developed with the dataset set we have created

License

Notifications You must be signed in to change notification settings

MehmetOKUYAR/yolov7_tensorrt_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolov7 TensorRt Traffic Sign Detection

You can create your own lane segmentation model using this dataset https://www.kaggle.com/datasets/mehmetokuyar/traffic-sign-dataset , then you can set up a traffic sign detection algorithm by referencing this code.

Note: You can easily use this code in your own projects by changing the class names in the code.

Run the application

The input parameters can be changed using the command line :

yolo_aug.py -i <input_dir> -w <weight_path> -o <output_dir>

For running image test example :

python3 yolov7_tensorrt_test.py -i path/image.jpg -w path/yolov7.trt -o path/

For running video test example :

python3 yolov7_tensorrt_test.py -v path/video.mp4 -w path/yolov7.trt -o path/

Example Output

Traffic Sign Detection

About

YoloV7 model on traffic sign detection has been developed with the dataset set we have created

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages