How to train YOLOv3 with pytorch?


is a good work, but how to modify the code for training YOLOv3 on COCO ?

2 Likes

I am also looking for the answer to this question,if you got one,please tell me.thx

Is it an implementation you are looking for? https://github.com/ayooshkathuria/pytorch-yolo-v3

You can visit https://github.com/andy-yun/pytorch-0.4-yolov3 .
This reposository is forked from @marvis/pytorch-yolo2 and @marvis/pytorch-yolo3 .
But, I modified many files to support yolov3 training with pytorch 0.4 and python3.
I wish this repository could help your work.

There is also similar work at https://github.com/eriklindernoren/PyTorch-YOLOv3 .

2 Likes