mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
update gitignore to include models
This commit is contained in:
parent
e8fd4e2931
commit
178fa518c3
6
.gitignore
vendored
6
.gitignore
vendored
@ -95,9 +95,6 @@ dmypy.json
|
|||||||
*.json
|
*.json
|
||||||
plots/*
|
plots/*
|
||||||
|
|
||||||
# Batdetect Models [Include]
|
|
||||||
!bat_detect/models/*.pth.tar
|
|
||||||
|
|
||||||
# Model experiments
|
# Model experiments
|
||||||
experiments/*
|
experiments/*
|
||||||
|
|
||||||
@ -106,3 +103,6 @@ experiments/*
|
|||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
*.ipynb
|
*.ipynb
|
||||||
!batdetect2_notebook.ipynb
|
!batdetect2_notebook.ipynb
|
||||||
|
|
||||||
|
# Batdetect Models [Include]
|
||||||
|
!batdetect2/models/*.pth.tar
|
||||||
|
BIN
batdetect2/models/Net2DFast_UK_same.pth.tar
Normal file
BIN
batdetect2/models/Net2DFast_UK_same.pth.tar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user