GOATmessi8 / ASFF

yolov3 with mobilenet v2 and ASFF
GNU General Public License v3.0
1.05k stars 216 forks source link

ASFF Darknet *.cfg File for ultralytics/yolov3 #72

Open glenn-jocher opened 4 years ago

glenn-jocher commented 4 years ago

Hello, I am interested in implementing ASFF in https://github.com/ultralytics/yolov3. We have a baseline yolov3-spp results of 42.1mAP@0.5:0.95 at 608, see https://github.com/ultralytics/yolov3#map.

We currently use darknet format *.cfg files like https://github.com/ultralytics/yolov3/blob/master/cfg/yolov3-spp.cfg to build our PyTorch models. Is there for example a yolov3-spp-asff.cfg file I might be able to test?

Thanks!!