OlafenwaMoses / DeepStack_OpenLogo

A DeepStack custom model for detecting 352 common logos
22 stars 5 forks source link

Model Specifications #1

Closed BorisAnc closed 3 years ago

BorisAnc commented 3 years ago

Hello,

Thanks for your great work. I've seen that you're using a Yolov5x model. For how many epochs was it trained ? Did you change the default config files ?

Thanks in advance,

Best

OlafenwaMoses commented 3 years ago

The model was trained for 35 epochs with no changes to the config files. The notebook detailed in the link below as used as-is

https://docs.deepstack.cc/custom-models/training/index.html#option-1-training-on-google-colab-with-free-gpus

At 35 epochs, the model achieved 0.75 map@.5 and 0.53 map@.95

BorisAnc commented 3 years ago

Perfect. Thanks for your quick answer ! Good model performance :)

OlafenwaMoses commented 3 years ago

You are welcome @BorisAnc .