Setup:
• Hardware Platform (Jetson / GPU): Jetson Nano
• DeepStream Version: 6.0.1
Other default install with Jeckpack
I am running YOLOv11 successfully with DeepStream 6.0.1 on a Jetson Nano. However, after converting my YOLOv11 model to an FP16 .engine
file using TensorRT, I need to compute the mAP50 (Mean Average Precision at IoU=0.5) to evaluate its performance.
Can you suggest how to do it?
Any guidance or references would be greatly appreciated!