{commit_message}
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,14 +1,11 @@
|
||||
# Repo-specific GitIgnore ----------------------------------------------------------------------------------------------
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.png
|
||||
*.bmp
|
||||
*.tif
|
||||
*.tiff
|
||||
*.heic
|
||||
*.JPG
|
||||
*.JPEG
|
||||
*.PNG
|
||||
*.BMP
|
||||
*.TIF
|
||||
*.TIFF
|
||||
@ -26,7 +23,7 @@
|
||||
*.pickle
|
||||
*.npy
|
||||
*.csv
|
||||
|
||||
*.pyc
|
||||
|
||||
|
||||
# for tracking ---------------------------------------------------------------
|
||||
@ -39,6 +36,8 @@ tracking/data/boxes_imgs/*
|
||||
tracking/data/trackfeats/*
|
||||
tracking/data/tracks/*
|
||||
tracking/data/handlocal/*
|
||||
contrast/feat_extract/*
|
||||
.gitignore
|
||||
ckpts/*
|
||||
doc
|
||||
|
||||
@ -54,7 +53,6 @@ VOC/
|
||||
|
||||
# Neural Network weights -----------------------------------------------------------------------------------------------
|
||||
*.weights
|
||||
*.pt
|
||||
*.pth
|
||||
*.pb
|
||||
*.onnx
|
||||
|
Reference in New Issue
Block a user