sapjunior / objdetection-pytorch

YOLOv3 Implementation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLOv3 Implementation in PyTorch (WIP)

Required Package

Pretrained Weights & Raccoon Dataset Weights

https://drive.google.com/drive/folders/1Fh1mTowJR1KuVhCTRAnEL28UpKUyD7lx?usp=sharing (1)

How to use?

Training (Network configuration is defined in config-raccoon.py)

python3 train.py config-raccoon.py

Predict (Download racccoon/best.pth from above link and put in trainingLogs/raccoonDataset/best.pth)

python3 detect.py config-raccoon.py datasets/raccoon/raccoon-10.jpg

Available Backbones

  • Darknet53
  • Darknet21 (WIP)
  • NASNetAMobile

TODO:

  • Training visualization using TensorboardX
  • MAP evaluation
  • User friendly documents
  • More backbone networks
  • CPU only Inference

About

YOLOv3 Implementation in PyTorch


Languages

Language:Python 100.0%