double-take
double-take copied to clipboard
[FEAT] MQTT topic for all images / only for misses
Is your feature request related to a problem? Please describe. i have in between also a lot of perfect matches below the allowed bounding box size. i would like to handle them seperately on mqtt
Describe the solution you'd like also send the misses via mqtt
Additional context

The double-take/cameras/<name> topic does include the unknown and array of misses. Would this work?

thanks for pointing out.
i will observe the mqtt if i find clear critera to catch misses. i must start with a positve-match == the misses is empty.

You can feed the API manual images to observe what the results are. Here's a movie poster image that produced "misses" for me when I used it with my data set.
api/recognize?url=https://m.media-amazon.com/images/I/51FIcCozbUL._AC_.jpg
i forgot about the api-service-url. GREAT. new ideas coming up... π thanks a lot for bringing this up ...
i will test the originating problem a bit more to find a way how to handle misses from mqtt... π
looks like mqtt sends only matches...
got misses on the gui, but had nothing on the mqtt-topic... may you could check if sending is filtered only for matches?
i still want to catch all misses and unknown together (all faces marked RED in the gui).
is there an easier way than filtering for borth "misses" && "unknown" array?

there are mqtt-messages missing, while i am experimenting to find the right node-red flow. i see the gui filling up, but not the same mqtt-messages with unknown/missing ..
can this be true? (v1.8.0-c80a3cb:null)


All the RED-ones are missing in mqtt, but thats the ones i want to catch.
i assumed they are also send through mqtt, even when their box-area is too small.
or they are not missing/unknown when the box-area is too small? but the face-names are detected. πΆββοΈ
is this still a bug?
edit: looks like they are not send, because they are not "missing" and not "unknown". they are only too small. do you see a way to send them too? ( i want to keep the box-sizes in the settings)
