Closed TyzzyT closed 7 months ago
set
Frigate config
snapshots: enabled: true clean_copy: true bounding_box: true
just set bounding_box to false
I said in my initial post: I'd like Frigate to show the bounding boxes on the snapshot image on the Events page, but don't want Double Take to process a snapshot with a bounding box around the face.
That why I think setting bounding_box to false is not an option. I guess there is no way to achieve this, so I'll open a feature-request in the Frigate repo for this.
Oh, I didn’t notice it. In this case, you need to use the 'latest' instead of a 'snapshot'
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Yes, but it would be nice to have both. The snapshot image is updated at a different interval, so it would be nice to have the snapshot too, but without a bounding box. I think this is something for the Frigate repo, so we can close this one.
Describe the bug When using the snapshots from Frigate, the latest snapshot after the event has finished has a bounding box rendered in the snapshot. This means that the image passed to CompreFace is with a bounding box from Frigate. With Frigate 0.13 you also have a bounding box around the face when using the Frigate+ model, this is causing issues with the detection of faces. I'd like Frigate to show the bounding boxes on the snapshot image on the Events page, but don't want Double Take to process a snapshot with a bounding box around the face. Within Frigate I use
clean_copy: True
but I'm not sure if it's possible to only download the snapshot without a bounding box, because the Frigate docs sayAccepts the following query string parameters, but they are only applied when an event is in progress. After the event is completed, the saved snapshot is returned from disk without modification
I'm not sure if this is something Double Take can fix, but I need to start somewhere. If you can't do anything about this problem, I'm more than happy to open an issue in the Frigate repo.Version of Double Take
v1.13.11.8
Expected behavior I would expect Double Take to only pass images without a bounding box to CompreFace
Configuration Frigate config
Double Take config