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

Reproducing the results with Open Images

Open CoskunGorkem opened this issue 5 years ago • 3 comments

Thank you for this amazing repo @qfgaohao.

I am having an issue, I have downloaded 10 classes(roughly 200gb of data )with using your open_image_downloader.py script. Trained my model on that dataset, but when I introduce my model and label path in live demo script, I do not see any results. Not even a single detection.

Here is few things:

My model name and loss is : mb2-ssd-lite-Epoch-5-Loss-3.7949399062979077.pth I used Pytorch 1.0

training command was: python train_ssd.py --dataset_type open_images --datasets ~data/openimage --net mb2-ssd-lite --base_net ~Development/Mobilenetv2_SSD/models/mb2-imagenet-71_8.pth --scheduler cosine --lr 0.01 --num_workers 8 --t_max 200 --validation_epochs 5 --num_epochs 5 --debug_steps 200

If you can help me with this, I would be appreciated.

Thanks in advance.

CoskunGorkem avatar Feb 24 '20 14:02 CoskunGorkem

Ps. I have also trained my model with 'Traffic Light' class. Nothing is happening, video is running but there is no detection.

CoskunGorkem avatar Feb 24 '20 15:02 CoskunGorkem

update: Apparently I was using high prediction threshold(85%). Now, detection works but with a pretty low prediction ratio. (around 40-50)

CoskunGorkem avatar Feb 27 '20 22:02 CoskunGorkem

Hi Gorkem,

Can you say anything about my problem? Thanks. https://github.com/qfgaohao/pytorch-ssd/issues/120

denizcelik avatar Jun 03 '20 19:06 denizcelik