- A pytorch implementation of yoloV3.
- Inspired by keras-yolo3
- Download YoloV3 pytorch weight
yolo_body.pth
from Google Drive - Put it under
model_data
folder - Run tests
- pytorch
- pytest
- torchvision>=0.4.2
- numpy
- Pillow>=6.2.1
- matplotlib
python -m pytest src/tests/