A minimal PyTorch implementation of YOLOv3, with support for training, inference and evaluation.
$ cd PyTorch-YOLOv3/
$ sudo pip3 install -r requirements.txt
Download
$ cd weights/
$ bash download_weights.sh
Download COCO数据集
$ cd data/
$ bash get_coco_dataset.sh
Test
Evaluates the model on COCO test.