- Edited
Hello, I have a question about enhancing the FPS of YOLOv7 which works but the fps is so low, 3 fps. I am using an OAK-D W PoE camera with depthai 2.21.2.0. I have created the following pipeline:
which is the same as this code example .
I trained YOLOv7 on a custom dataset, then converted it to a .blob file using https://tools.luxonis.com/ and selected 5 shaves. I set the color camera resolution to 1080 and also adjusted the FPS. I tried setting the FPS and the Isp3aFps to the same value to prevent 3A from running on each frame. I'm not sure if this is the correct approach or if I need to set the monoCamera FPS to the same value as well.
I have enabled the INFO log level, and the CMX memory usage is high. However, it didn't print the usage of the shaves and CMX slices as shown in the documentation :