Skip to content

andrewfurey21/yolov3-tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolov3-tiny in pytorch

yolov3-tiny training and inference code using pytorch.

.
├── src
│   ├── loss.py
│   ├── model.py
│   └── data.py
├── infer.py
└── train.py
  • loss.py: loss function
  • model.py: description of the yolov3-tiny model
  • data.py: dealing data loaders, transforms and data augmentation
  • infer.py: inference code, drawing bounding boxes
  • train.py: training script, contains hyperparameters

useful links

About

training and inference code for yolov3-tiny in pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages