AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

Is there a version of Yolov3-tiny-spp? #2770

Open libralx opened 5 years ago

libralx commented 5 years ago

can i just modify the cfg file(yolov3-tiny.cfg) add spp module to use yolov3-tiny-spp by default yolov3-tiny.conv.15 weights

AlexeyAB commented 5 years ago

There is no Yolov3-tiny-spp.

You can try to do it.

libralx commented 5 years ago

thanks can you tell me what do I need to modify if I do this?

libralx commented 5 years ago

My approach is to modify the yolov3-tiny.cfg,add spp module,and then train with yolov3-tiny-conv.13,is it right?

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用


发件人: Alexey notifications@github.com 发送时间: Monday, April 1, 2019 6:30:17 PM 收件人: AlexeyAB/darknet 抄送: blazing; Author 主题: Re: [AlexeyAB/darknet] Is there a version of Yolov3-tiny-spp? (#2770)

There is no Yolov3-tiny-spp.

You can try to do it.

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/AlexeyAB/darknet/issues/2770#issuecomment-478525354, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXUFn0FUEeTmTSJJCmJEg8J8NRhE14kKks5vcd-5gaJpZM4cRfie.

LukeAI commented 5 years ago

@libralx Did you try this out in the end? I'd be very interested to know what you tried and how it went? Even if it didn't work out.