{commit_message}

This commit is contained in:
2025-01-14 14:53:06 +08:00
parent c7859a7792
commit 47a384131e
2 changed files with 208 additions and 5 deletions

8
.gitignore vendored
View File

@ -1,14 +1,11 @@
# Repo-specific GitIgnore ---------------------------------------------------------------------------------------------- # Repo-specific GitIgnore ----------------------------------------------------------------------------------------------
*.jpg
*.jpeg *.jpeg
*.png
*.bmp *.bmp
*.tif *.tif
*.tiff *.tiff
*.heic *.heic
*.JPG *.JPG
*.JPEG *.JPEG
*.PNG
*.BMP *.BMP
*.TIF *.TIF
*.TIFF *.TIFF
@ -26,7 +23,7 @@
*.pickle *.pickle
*.npy *.npy
*.csv *.csv
*.pyc
# for tracking --------------------------------------------------------------- # for tracking ---------------------------------------------------------------
@ -39,6 +36,8 @@ tracking/data/boxes_imgs/*
tracking/data/trackfeats/* tracking/data/trackfeats/*
tracking/data/tracks/* tracking/data/tracks/*
tracking/data/handlocal/* tracking/data/handlocal/*
contrast/feat_extract/*
.gitignore
ckpts/* ckpts/*
doc doc
@ -54,7 +53,6 @@ VOC/
# Neural Network weights ----------------------------------------------------------------------------------------------- # Neural Network weights -----------------------------------------------------------------------------------------------
*.weights *.weights
*.pt
*.pth *.pth
*.pb *.pb
*.onnx *.onnx

205
test.ipynb Normal file

File diff suppressed because one or more lines are too long