robmarkcole / HASS-Deepstack-object

Home Assistant custom component for using Deepstack object detection
https://community.home-assistant.io/t/face-and-person-detection-with-deepstack-local-and-free/92041
MIT License
437 stars 97 forks source link

Document custom models #179

Open robmarkcole opened 3 years ago

robmarkcole commented 3 years ago

Add section. Show running with correct logging and link to model store.

~ docker run -v /Users/robin/Data/pytorch-models:/modelstore/detection -e VISION-DETECTION=True -p 80:5000 deepquestai/deepstack:latest
---------------------------------------
v1/vision/custom/fire
---------------------------------------
v1/vision/custom/licence-plate
---------------------------------------
v1/vision/custom/lock
---------------------------------------
v1/vision/custom/mask
/v1/vision/detection
---------------------------------------
---------------------------------------
v1/backup
---------------------------------------
v1/restore
EverythingSmartHome commented 3 years ago

Hey Robin,

I added PR #213 that should hopefully help with this if you want to check it out, let me know if you want anything else added.