Add YOLO11 TensorRT quantization benchmark scripts

- Engine build scripts (FP16/INT8)
- Benchmark validation scripts
- Result parsing and analysis tools
- COCO dataset configuration
This commit is contained in:
2026-01-29 13:59:42 +08:00
commit 942244bd88
34 changed files with 3514 additions and 0 deletions

2
main.py Normal file
View File

@@ -0,0 +1,2 @@
import tensorrt as trt
print('TensorRT', trt.__version__, 'OK!')