PyTorch-YOLOv3 YOLOv3的最小PyTorch实现,支持培训,推断和评估。
安装克隆和安装要求$ git clone https://github.com/eriklindernoren/PyT PyTorch-YOLOv3最小的PyTorch YOLOv3实现,支持培训,推断和评估。
安装克隆和安装要求$ git clone https://github.com/eriklindernoren/PyTorch-YOLOv3 $ cd PyTorch-YOLOv3 / $ sudo pip3 install -r requirements.txt下载预训练的砝码$ cd weights / $ bash download_weights.sh下载COCO $ cd data / $ bash get_coco_dataset.sh测试在COCO测试中评估模型。
$ python3 test.py --weights_path权重/ yo
1