I have installed both the object and face recognition.
When I try to run face recognition on the deepstack log I see /v1/vision/detection.
this is my configuration for the face recognition
First, Iām really thankful for the effort put in this.
My installation is only reporting false names. Iāve tried to remove these two persons to start from scratch, but I canāt find a way to reset the object/ faces. Is there a way to delete everything Deepstack has learned? Maybe som file/ folder removal?
If you have deepstack installed in docker, then just install the container and do the cleanup. All data will be erased. Start the container and train it again.
Good day Rob, small question is there a way to prevent deepstack face from burning a timestamp on the processed image?
Iām using in conjunction with this video and would like to remove it.
I know it might sound like a silly questionā¦ but how do I check if the image is being processed by Deepstack portainer? (I have home assistant running on ESXi and I deployed the deepstack using the portainer addon). at the begining I was trying to run in against my windows deepstack that I have for my blue iris setup but I donāt see any logs overthere (when I open the deepstack desktop shotrcut that suppose to show the processing).
Found it myself - Iām using Node-Red and while doing an object scan, I was also calling a camera.snapshot. That seemed to interfere with each other. Removing the camera.snapshot did the trick
I was using this to seperate people from cars, etc. And give me different automation options. I have not been following for a while and looks like i have some reading to do.
person_in_driveway:
friendly_name: Person in Drivway
value_template: >
{% set m = state_attr('image_processing.front_door', 'ROI person count') %}
{{ m | float >= 1 }}
Obviously this does not work anymore. I realized some of my automations were failing. Anyone have a quick way to seperate counts based on target?
more then 1200 commentsā¦ What it is?!
Please answer me the simplest question: where is the managing UI? Just show me how to see the pictures of teached persons, how to change one of them if you have made and mistake in teaching?
Iām using Deepstack for a while now, but I keep getting low res pictures for my snapshots
Iām using 4k cameras and getting horrible quality for the snapshots.
Iām using BI and running the process_imaging on that (so no direct rtsp to HA) could that be a problem? (very few pictures are with full res)