diff --git a/.gitignore b/.gitignore index c6206b0..252a12b 100644 --- a/.gitignore +++ b/.gitignore @@ -95,9 +95,6 @@ dmypy.json *.json plots/* -# Batdetect Models [Include] -!bat_detect/models/*.pth.tar - # Model experiments experiments/* @@ -106,3 +103,6 @@ experiments/* .ipynb_checkpoints *.ipynb !batdetect2_notebook.ipynb + +# Batdetect Models [Include] +!batdetect2/models/*.pth.tar diff --git a/batdetect2/models/Net2DFast_UK_same.pth.tar b/batdetect2/models/Net2DFast_UK_same.pth.tar new file mode 100644 index 0000000..e3704b7 Binary files /dev/null and b/batdetect2/models/Net2DFast_UK_same.pth.tar differ