double-take icon indicating copy to clipboard operation
double-take copied to clipboard

[FEAT] MQTT topic for all images / only for misses

Open ozett opened this issue 2 years ago β€’ 8 comments

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 image

ozett avatar Oct 24 '21 09:10 ozett

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

Screen Shot 2021-10-26 at 4 10 25 PM

jakowenko avatar Oct 26 '21 20:10 jakowenko

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.

image

ozett avatar Oct 27 '21 13:10 ozett

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

jakowenko avatar Oct 27 '21 16:10 jakowenko

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... 🐌

ozett avatar Oct 27 '21 18:10 ozett

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?

ozett avatar Oct 28 '21 18:10 ozett

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?

image

ozett avatar Dec 20 '21 17:12 ozett

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)

image

image

ozett avatar Dec 20 '21 17:12 ozett

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)

image

ozett avatar Dec 20 '21 17:12 ozett