Skip to content

Object Detection in Python using Yolo Tiny v3 Pytorch implementation.

License

Notifications You must be signed in to change notification settings

t0re199/YOLO_DTCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Object Detection in Python using Yolo Tiny v3 Pytorch implementation.

The adopted Yolo architecture can be found under src/yolo or here.

How to Setup Yolo

cd bash
./setup.sh

How to Run

python3 yolo_detector.py -i [imagePath] -c [confidence] -o [overlap] -O [outputPath] -C [cuda] -h [help]
  • -i: image path.
  • -c: confidence parameter (float).
  • -o: overlap parameter (float).
  • -O: output path (optional).
  • -C: use Cuda.
  • -h: it prompts help menu.

Detection Example

About

Object Detection in Python using Yolo Tiny v3 Pytorch implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published