I have set up a sensor that shows me the time of the last scan. But unfortunately it shows me all the scans. I only want to see the scans with a detected person. What should the code look like? Can someone help me there?
Many thanks for this code. With this code I receive the live cam via push message. Do you have also an example how to receive the latest snapshot of the corresponding cam instead of the live cam?
Yes, you add url to the attachment instead of the entity_id. Also assumes you output the image to a folder called ādeepstackā, and save files with timestamps. The deepstack_object_detected event doesnāt provide the output file name, so I have had to use the time of the event to derive the filename. It works 99% of the time - I get the occasional push without an image.
is there anyone here who tested this and other apps like frigate? I would like to know if this object (person) detection performs better at night than frigate. I am a frigate user and its pretty blind at night and need to think alternatives as here thieves doing their job at night only
I am having a problem getting the home assistant integration to work. Deepstack works fine and when I do a curl from HA it returns exactly what expected.
Hello everyone. We are excited to share the release of DeepStack GPU Version on the Nvidia Jetson. With support for the full range of Jetson Devices, from the 2GB Nano edition to the higher end jetson devices.
This supports the full spectrum of DeepStack features.
You can run DeepStack on the Jetson with the command below.
sudo docker run --runtime nvidia -e VISION-DETECTION=True -p 80:5000 deepquestai/deepstack:jetpack-x1-beta
To run with the face apis, simply use -e VISION-FACE=True instead, for scene, use -e VISION-SCENE=True.
We are super excited to finally bring a stable version of DeepStack that runs on ARM64. We strongly recommend using this over the Raspberry + NCS version, as it is faster, more stable and the Jetson Nano is also less costly than the RPI + NCS combination.
We are working towards full open source release before December, With support for custom detection models and the Windows Native Edition all scheduled for this week.
Thanks for all your feedbacks, we are excited to build the future AI platform with you all.
Wowsers super cool
Is face detection only possible on humans? I have at least 8 squirrels visiting my garden and I would love to be able to identify them
Hi need some help pleaseā¦
Iām running Hass.io,
Done with installing all the components(HACS)/Container(Portainer)/config lines (Configuration.yaml)ā¦
When I run the āimage.processing.scanā service, I get a results in the State of āimage_proccessing.mydeekstack_detectionāā¦
But, I donāt get any files saved to the folder.
And was wondering if I need to some how create an automation that will call the Service every while to see if anything was detected?
Plus, when I try the Curl command, Iām getting an āapi errorāā¦?
While looking for a binary_sensor for the deepstack image, I noticed your post. Iāve adapted the code accordingly. But unfortunately it doesnāt work as expected. The binary trigger is triggered, but it only drops out very late. This is probably also due to the fact that the image process for this channel is still above the value 0. How could I set up a binary sensor that works well here?
I have tried my best to read through this and canāt find the answer to my question.
I want to know if/ how to get this to learn people as they are coming and going and then make an object for said person so I can set triggers based on if that person is seen. Is this a thing? Did I miss it as I was scanning through comments?
The ultimate goal is to greet people and auto unlock the door based on their face and to have a custom greeting per person.
Any help pointing me in the right direction would be greatly appreciated.
I donāt use face recognition, so I donāt know if you can use the whole video image for teaching or if you need to manually crop the images first. But I would run the recognition for a while. Then I would have a bunch of images which I would then teach to the AI. But like I said, Iām not sure if thatās the correct procedure.
Hi
Iām trying to create a script that will remove old deepstack images to stop the images taking up too much space. Iāve got the below added in my configuration.yaml which works but Iād like to exclude the deepstack_camname_latest.jpg file as I use these files as cameras to see when the last person was detected. Can anyone help with this?
Replying to myself as someone on Facebook has kindly helped confirmed the command. This will delete all files older than 14 days except the deepstack_camname_latest.jpg file