Erol444

Results 233 comments of Erol444

we are waiting for OpenVINO team to respond, as segmentation for the model isn't great.

Hello @julianaddison , sorry about the delay, for some reason I didn't receive a notification for this issue. I promise we are more active on discord:) so gen1 and gen2...

Hello @justin-larking , did you install requirements? `python3 -mpip install -r requirements.txt`, as there is a special version of depthai needed for this demo to run.

Hello @maxsitt , could you run `uname -a` on your RPI Zero 2? We should have prebuilt wheels for 3.7 and 3.9 ([see here](https://www.piwheels.org/project/depthai/)), but only for armv7 I believe.

Hello @jens-bongartz , sorry for the inconvenience here, from my testing it looks like the camera sensor on the OAK-D-Lite doesn't support changing orientation, cc @alex-luxonis on that. In the...

Mentioning this here, as it's the "central place" of this issue. A workaround is also to grind the tripod mount metal part, so the enclosure will be able to shut...

Hello @kazyam53 , Which version of the depthai library are you using? Did you install `requirements.txt`? Thanks, Erik

Hello @kazyam53 , That is to be expected, by default queue size is 4 messages, so 4+ faces will make it freeze. Also the latency/FPS drop at 3 faces already...

Hello @kazyam53 , you could easily limit the amount of faces to be recognized. You can set that inside Script node, in the `for` loop ([code line here](https://github.com/luxonis/depthai-experiments/blob/master/gen2-face-recognition/script.py#L53)) that loops...

Hi @kazyam53 , I forgot to mention that you would need to remove other detections as well. When adding detections ([here](https://github.com/luxonis/depthai-experiments/blob/87c9a31c43c52ad575ed04c40b77000cf279c3c1/gen2-face-recognition/script.py#L51)), you should limit number of detections inside `ImgDetections` msg...