Closed ZhxJia closed 5 years ago
@ZhxJia spp is an architecture, multi-scale is a training technique. They are not related.
@ZhxJia so you can use --multi-scale with yolov3.cfg or yolov3-spp.cfg, they are independent of each other. Does this make sense?
Thanks for your reply.I see. multi-scale means the output grid will be different,is my understanding correct?
@ZhxJia --multi-scale
means that the training image sizes will vary +/- 50% about --img-size
. It's a very common training technique.
thanks for your work.I have a question need your help. when the multi-scale set true ,whether the spp is necessary?