回传数据解析,兼容v5和v10

This commit is contained in:
jiajie555
2025-04-18 14:41:53 +08:00
commit 010f5c445a
888 changed files with 93632 additions and 0 deletions

74
.gitignore vendored Normal file
View File

@ -0,0 +1,74 @@
# Repo-specific GitIgnore ----------------------------------------------------------------------------------------------
*.jpg
*.jpeg
*.png
*.bmp
*.tif
*.tiff
*.heic
*.JPG
*.JPEG
*.PNG
*.BMP
*.TIF
*.TIFF
*.HEIC
*.mp4
*.mov
*.MOV
*.avi
*.data
*.json
*.cfg
*.rar
*.pkl
*.pickle
*.npy
*.csv
# for tracking ---------------------------------------------------------------
tracking/.git
tracking/bakeup
tracking/.gitignore
tracking/result/**/*.mp4
tracking/result/**/*.png
tracking/data/boxes_imgs/*
tracking/data/trackfeats/*
tracking/data/tracks/*
tracking/data/handlocal/*
ckpts/*
doc
# Datasets -------------------------------------------------------------------------------------------------------------
coco/
coco128/
VOC/
# Neural Network weights -----------------------------------------------------------------------------------------------
*.weights
*.pt
*.pth
*.pb
*.onnx
*.engine
*.mlmodel
*.torchscript
*.tflite
*.h5
*.caffemodel
*_saved_model/
*_web_model/
*_openvino_model/
*_paddle_model/