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:
34
run_full_analysis.bat
Normal file
34
run_full_analysis.bat
Normal file
@@ -0,0 +1,34 @@
|
||||
@echo off
|
||||
echo ============================================
|
||||
echo Complete Comparison Analysis
|
||||
echo ============================================
|
||||
echo.
|
||||
|
||||
call conda activate yolo
|
||||
|
||||
echo.
|
||||
echo [1/4] Running all validation tests...
|
||||
echo.
|
||||
call run_all_benchmarks.bat
|
||||
|
||||
echo.
|
||||
echo [2/4] Parsing results and generating report...
|
||||
echo.
|
||||
python parse_results.py
|
||||
|
||||
echo.
|
||||
echo [3/4] Generating visualization charts...
|
||||
echo.
|
||||
python generate_charts.py
|
||||
|
||||
echo.
|
||||
echo ============================================
|
||||
echo [4/4] Done!
|
||||
echo ============================================
|
||||
echo.
|
||||
echo Results saved to: vehicle_person_benchmark\
|
||||
echo - final_report.txt (detailed report)
|
||||
echo - benchmark_charts.png (charts)
|
||||
echo - all_results.json (raw data)
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user