chenjshnn / Object-Detection-for-Graphical-User-Interface

Object Detection for Graphical User Interface: Old Fashioned or Deep Learning or a Combination?
Apache License 2.0
119 stars 27 forks source link

Pretrained YOLOv3 #11

Open QingC0 opened 2 years ago

QingC0 commented 2 years ago

Hello,

Still impressed by your excellent work! I am a little interested in your pretrained YOLOv3. You first pretrained YOLOv3 on COCO and then fine-tuned the model using RICO dataset. The weights you shared were saved after fine-tuning. You refer YOLOv3 to https://github.com/eriklindernoren/PyTorch-YOLOv3. Do you use their pretrained weights or pretrain the model by yourself? If so, can you please share your pretrained weights on COCO?

Thanks!