ssd.pytorch icon indicating copy to clipboard operation
ssd.pytorch copied to clipboard

The results of running demo.py create too many boxes.

Open DaehanKim-Korea opened this issue 4 years ago • 6 comments

I replaced the network among the codes in the Repo. (resnet101) Losses are decreasing normally. The results of running demo.py create too many boxes. Is it too early to judge / now iteration is 6000

스크린샷 2020-03-03 오전 2 41 37

DaehanKim-Korea avatar Mar 02 '20 17:03 DaehanKim-Korea

why can't I find demo.py?

Linda-L avatar Mar 03 '20 09:03 Linda-L

I think you should modify the threshold of the output,then you can see the lagerst Confidence level boxes in the output images

linyanhly avatar Apr 17 '20 09:04 linyanhly

@koreadhkim I have the same problem. Have you solved it?

Qiyuan-Z avatar May 25 '20 04:05 Qiyuan-Z

It seems that I found something. I used the Adam optimizer, and the above results often appeared, but changed to SGD and it didn’t appear again. Of course,the model maybe is too large, maybe you can change it to a smaller one.

Ckkmissing avatar Dec 07 '20 07:12 Ckkmissing

I have the same problem. I trained my ssd netwok by VOC2007_trainval. After 200 epochs, I test the ssd with 0.05 threshold and got too many boxes. These boxes include many wrong classes.

zhangnan-hust avatar Apr 01 '21 02:04 zhangnan-hust

I have same problem please dose anyone of you solved this problem?

software93 avatar Jun 21 '22 18:06 software93