atmccarthy

Results 6 comments of atmccarthy

Thanks @Luxonis-Brandon. I used the example you shared and the YOLOX OpenVINO demo code to build a working solution. Please see the code at the end of this comment, and...

Thanks very much for testing this out @VanDavv. The problem occurs when one of the coordinates of the bounding box is larger than the image. The problem is in this...

It looks like i don't have permission to push branches to that repo. I've attached a patch to this comment. I made a few other changes: 1. I added a...

Hi @Erol444 , > Are you reading frames fast enough on the host side? And what's the FPS of the model itself? If i set a high frame rate on...

@themarpe, the code i'm running is the [example](https://github.com/luxonis/depthai-experiments/blob/master/gen2-yolo/device-decoding/main_api.py), which already has blocking set to false on its input. Also, please note that this behaviour is present with the IMX462 on...

Hi @themarpe, The problem appears to be with my FFC-4P board, as I can only reproduce the issue on that board, and not my POE 1P board. Another interesting thing...