rykov8 / ssd_keras

Port of Single Shot MultiBox Detector to Keras
MIT License
1.1k stars 553 forks source link

All predicted bounding boxes are displayed in a single picture #104

Open ManjeeraJagiri opened 7 years ago

ManjeeraJagiri commented 7 years ago

When I run the code, I get the following result : Can I know what could have gone wrong. Thanks in advance. 1503760023650-194678262

Walid-Ahmed commented 7 years ago

Seems like a training problem. Did you just used the provided weights or did your own training?

ManjeeraJagiri commented 7 years ago

@Walid-Ahmed , Thanks for your reply. I receive this error when I use the provided weights and also when I use my weights(after training). I assumed the training is not a problem as the labels are correct for multiple images, but they all are displayed in only one image, whereas the other images don't pop up. Also it works fine in a webcam demo.