Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCretois committed Sep 26, 2023
1 parent 7f9cbfa commit 12cbc01
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 666 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
BEATs_on_ESC50/lightning_logs/
BEATs_on_ESC50/lightning_logs/*
lightning_logs/*
prototypicalbeats/lightning_logs/
prototypicalbeats/lightning_logs/*
data/
*.pyc
Expand Down
54 changes: 0 additions & 54 deletions BEATs_on_ECS50/README.md

This file was deleted.

86 changes: 0 additions & 86 deletions BEATs_on_ECS50/datamodules/ECS50DataModule.py

This file was deleted.

73 changes: 0 additions & 73 deletions BEATs_on_ECS50/fine_tune/config.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions BEATs_on_ECS50/fine_tune/trainer.py

This file was deleted.

119 changes: 0 additions & 119 deletions BEATs_on_ECS50/fine_tune/transferLearning.py

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![DOI](https://zenodo.org/badge/597046464.svg)](https://zenodo.org/badge/latestdoi/597046464)

:collision: **A PIPELINE FOR FINE-TUNING BEATs ON ESC50 DATASET IS PROVIDED [HERE](https://github.com/NINAnor/rare_species_detections/tree/main/BEATs_on_ESC50)**. The rest of the repository is on training a prototypical network using BEATs as feature extractor

:arrow_down:

**Few-shot learning is a highly promising paradigm for sound event detection. It is also an extremely good fit to the needs of users in bioacoustics, in which increasingly large acoustic datasets commonly need to be labelled for events of an identified category** (e.g. species or call-type), even though this category might not be known in other datasets or have any yet-known label. While satisfying user needs, this will also benchmark few-shot learning for the wider domain of sound event detection (SED).

<p align="center"><img src="images/VM.png" alt="figure" width="400" height="400"/></p>
Expand Down
Loading

0 comments on commit 12cbc01

Please sign in to comment.