Im running deepstack in unraid, object detection is working, but face detection gives the following error, I have tried using it on a blue iris cam and a local image cam.
ââââ
2021-04-02 09:44:22 ERROR (SyncWorker_36) [custom_components.deepstack_face.image_processing] Depstack error : Error from Deepstack request, status code: 500
@robmarkcole thanks for an awesome tool, ive been using it a lot and have it integrated into my own alarm right now.
If i can suggest one thing, it would be great if the axes could be skewed to make the select box better suited to images. I have a road that runs diagonal of my camera image and right now it is exactly at the point where i either get false positives from the street, or i miss positives because the axes are too limited and miss people on the driveway. having the option to make a hexagon shape would fix the problem.
Would that be possible in any way? Have a great sunday
Anybody here used the new BlueIris deepstack integration? Iâm wondering if I use that to trigger the processing of deepstack directly the component would pull the image based on the event trigger. Basically Iâm trying to see if I can mostly cut out the middleman of HASS here having to process/send the image.
Ideal scenario is: 1) BlueIris detects motion, 2) sends it to deepstack, 3) deepstack processes/determines thereâs an object, 4) forwards that to HASS which I can then use as needed.
Basically I like to use HASS to weed out some scenarios where I donât need images sent from some cameras but do for others.
âintegrationâ was the wrong word here in HASS land. By âintegrationâ i meant that BlueIris now can directly communicate with Deepstack. Itâs in the latest BI update.
I couldnât find anyone with this issue either here in this thread, or on github, so hopefully someone can tell me what Iâm doing wrong.
When trying to register a face with deepstack, I run into timeout errors. deepstack is running, the object detection also works if I use the VISION-DETECTION env with a picture (detects a person). But changing to VISION-FACE=True and then running the python example with the same image, the response is just a failed to process request before timeout.
I also increased the timeout to 3 minutes, still no luck. I can see the face/register post request in the docker logs, but nothing in addition to it.
I can successfully query the api for face/list, which of course returns no faces, since, well, the training of the face fails.
Hmm - I shouldnât have believed what I read (something about even though you could put in IP, it had to be localhost). You are right - can work with Jetson.