Hi all,
I just installed this as my first tentative to have face recognition. I have installed frigate on my unraid server few weeks ago and it works flawlessy. It recognizes person and I setup an automation to notify and send pictures. I wanted also to add face detection to the equation so I installed deepstack and double-take in unraid. It “seems” to work but in DT I cannot see any result so far.
I thinkt that it works becausein DeepStack log I have a lot of logs like this
[GIN] 2021/05/07 - 18:54:29 | 200 | 243.860701ms | 172.17.0.1 | POST /v1/vision/face/recognize
[GIN] 2021/05/07 - 18:54:30 | 200 | 163.965155ms | 172.17.0.1 | POST /v1/vision/face/recognize
[GIN] 2021/05/07 - 18:54:35 | 200 | 694.119873ms | 172.17.0.1 | POST /v1/vision/face/recognize
[GIN] 2021/05/07 - 18:54:36 | 200 | 1.264500757s | 172.17.0.1 | POST /v1/vision/face/recognize
[GIN] 2021/05/07 - 18:54:36 | 200 | 310.042525ms | 172.17.0.1 | POST /v1/vision/face/recognize
So I think that DT is sending something to it from frigate. Bui DT webpage is empty, it just says “No files found”. Any tip?
EDIT: I have to add SAVE_UNKNOWN=true to start seeing something.