- Engine build scripts (FP16/INT8) - Benchmark validation scripts - Result parsing and analysis tools - COCO dataset configuration
27 lines
252 B
Plaintext
27 lines
252 B
Plaintext
# Ignore large model files
|
|
*.engine
|
|
*.onnx
|
|
*.cache
|
|
*.pt
|
|
*.zip
|
|
|
|
# Ignore temp data
|
|
*.txt
|
|
__pycache__/
|
|
*.pyc
|
|
.runs/
|
|
runs/
|
|
data/
|
|
annotations_trainval2017.zip
|
|
val2017.zip
|
|
|
|
# Ignore IDE files
|
|
.idea/
|
|
.trae/
|
|
.vscode/
|
|
|
|
# Ignore logs
|
|
*.log
|
|
capture.log
|
|
rtsp.txt
|