Peterisfar / YOLOV3

yolov3 by pytorch
MIT License
196 stars 53 forks source link

关于结构 #3

Closed yehaizi1995 closed 4 years ago

yehaizi1995 commented 4 years ago

同学 你好 我想询问一下 你现在用的pytorch复现yolov3提高mAP时是通过改变网络结构来实现的吗?能说一下大体的改变吗

Peterisfar commented 4 years ago

Nope, just use some tricks of BoF and change the loss.

yehaizi1995 commented 4 years ago

Nope, just use some tricks of BoF and change the loss.

sorry,i don't know what it's the BoF,it's bag of word?

Peterisfar commented 4 years ago

a paper, "Bag of Freebies for Training Object Detection Neural Networks"

yehaizi1995 commented 4 years ago

a paper, "Bag of Freebies for Training Object Detection Neural Networks"

thanks