mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
added model file
This commit is contained in:
parent
74e8283576
commit
0aa3d9d1e0
6
.gitignore
vendored
6
.gitignore
vendored
@ -87,9 +87,6 @@ venv.bak/
|
|||||||
.dmypy.json
|
.dmypy.json
|
||||||
dmypy.json
|
dmypy.json
|
||||||
|
|
||||||
# Batdetect Models [Include]
|
|
||||||
!bat_detect/models/*.pth.tar
|
|
||||||
|
|
||||||
# Model artifacts
|
# Model artifacts
|
||||||
*.png
|
*.png
|
||||||
*.jpg
|
*.jpg
|
||||||
@ -98,6 +95,9 @@ dmypy.json
|
|||||||
*.json
|
*.json
|
||||||
plots/*
|
plots/*
|
||||||
|
|
||||||
|
# Batdetect Models [Include]
|
||||||
|
!bat_detect/models/*.pth.tar
|
||||||
|
|
||||||
# Model experiments
|
# Model experiments
|
||||||
experiments/*
|
experiments/*
|
||||||
|
|
||||||
|
BIN
bat_detect/models/Net2DFast_UK_same.pth.tar
Normal file
BIN
bat_detect/models/Net2DFast_UK_same.pth.tar
Normal file
Binary file not shown.
@ -12,7 +12,7 @@ dependencies = [
|
|||||||
"pandas",
|
"pandas",
|
||||||
"scikit-learn",
|
"scikit-learn",
|
||||||
"scipy",
|
"scipy",
|
||||||
"torch",
|
"torch<2",
|
||||||
"torchaudio",
|
"torchaudio",
|
||||||
"torchvision",
|
"torchvision",
|
||||||
"click",
|
"click",
|
||||||
|
Loading…
Reference in New Issue
Block a user