Hello,
I'm doing some work with an OAK-D PoE using a custom-trained YoloSpatialDetectionNetwork. I'm trying to optimise for high FPS and low latency, and I'm looking for benchmarks to compare the performance of my code against.
There is a NN performance table here and it links to more detailed info here. However these figures are explicitly for USB3, and I assume they're for YoloDetectionNetwork (not YoloSpatialDetectionNetwork) based on the number of SHAVES used.
- Is there any equivalent data for PoE?
- Is it possible to get copies of the scripts that were used to generate these benchmarks so I can try it on my own hardware with my custom model?
- Are there any equivalent NN performance figures using YoloSpatialDetectionNetwork?
Thanks very much