TommyAnqi / YOLOv3-Pytorch

PyTorch implementation of YOLOv3, including training and inference based on darknet and mobilnetv2
MIT License
13 stars 6 forks source link

Do you train it on coco dataset? #1

Open HLinChen opened 5 years ago

HLinChen commented 5 years ago

I try to use mobilenet2 to replace darknet in yolo3. But I don't get good results in coco.

thancaocuong commented 5 years ago

@HlinChen hi, what exactly mAP that you got? And where did you get the pretrained model

eng100200 commented 4 years ago

@HLinChen @TommyAnqi @thancaocuong is this code uses darknet framework? My problem is I require a complete pytorch implementation, i.e. everything written in pytorch.