snowzach / doods

DOODS - Dedicated Open Object Detection Service
MIT License
304 stars 31 forks source link

add other models #18

Closed lenny76 closed 4 years ago

lenny76 commented 4 years ago

hi, do you plan to add other models?

snowzach commented 4 years ago

You can add any model you like. I may add inception v2 as a default model though.

lenny76 commented 4 years ago

well, I'm new in this world, so any instruction to add them would be nice 👯‍♀️

snowzach commented 4 years ago

It really depends on your platform. How are you using it?

lenny76 commented 4 years ago

i'm experimenting a nodejs server with webclient that downloads a webcam snapshot and gives it to doods for person recognition

snowzach commented 4 years ago

If you look in the README.md it shows you how to run it with docker. The fetch_models.sh script will download 3 models and creates and example.yaml config file and shows you the docker command to run it with those options. Let me know if that isn't clear and I can try to help a little more.

snowzach commented 4 years ago

Okay, I now include the inception model by default. It's under the detector called tensorflow