Amazingct / Pytorch-YOLOv3

Train and Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolo-Pytorch

Train and use YOLO with pytorch

Please modify utils/datasets.py line 53 to correct image extension (jpg/jpeg/png) For config/cfg file: filters = ([Number of classes] + 5) x 3

About

Train and Test


Languages

Language:Jupyter Notebook 80.2%Language:Python 19.8%