omni-us / squeezedet-keras

Keras implementation of the Squeeze Det Object Detection Deep Learning Framework
MIT License
129 stars 41 forks source link

Training time for new data #10

Open agunapal opened 6 years ago

agunapal commented 6 years ago

Hi, I am wondering how long it took you to train the model . How many epochs did you have to run it for. I'm trying to run it on the coco dataset. After 150 epochs, I see the loss is still reducing but the eval.py script shows the model getting worse. I see the model generating too ,many bounding boxes. Any help would be appreciated. Thanks.

AjJordy commented 6 years ago

Hi, Can you share your project, or give me some help ? I'm trying to train on coco too, but I'm having problems with the reshape the output. It's returning an error.