Kazuya Yamamoto

Results 11 comments of Kazuya Yamamoto

I confirmed that is fast and stable until 87c2f440f309671c40d62d665b5d8b1dbbaf13c9.

I installed requirement.txt, have confirmed I'm using 2.15.2. Especially the time it detect 2 or more persons, it break.

@VanDavv Thank you for reply. In my environment, it completely stacked and not updated anymore when it detect 4 or more faces. Nothing is output on console, just stopped processing...

I tried on 2 PCs, but same OS and python ver. OS version: Ubuntu 20.04 Python: 3.8.10

Thanks, @Erol444 ! Actually I don't need to detect so many faces, just want to avoid the risk of freezing. It's better for me to be able to limit the...

@Erol444 Sorry for late. I added `break` at [here](https://github.com/luxonis/depthai-experiments/blob/87c9a31c43c52ad575ed04c40b77000cf279c3c1/gen2-face-recognition/script.py#L61) but it freeze as soon as it detect 2 or more faces.

Thanks @Erol444, I added removing other detections, it can avoid freeze and detect 1 face but it's still unstable (sometimes cause short stack). I'll try to modify other part or...

I set colorCamera fps at 15, it became stable until 4 faces on OAK-D lite. But to be perfectly stable, it should set limit of input numbers to recognition. Can...

Thanks @Erol444! I could limit number of faces to input to recognition, but it's still stack when it detect 6 or more faces. I suspected recognition part cause freeze, but...

@Erol444 No, completely froze and not recovered.