{commit_message}
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
205
test.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user