Skip to content

[NeurIPS'24 D&B] The iNaturalist Sounds Dataset for fine-grained species classification

License

Notifications You must be signed in to change notification settings

jishiben/iNatSounds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iNatSounds

[Paper] [Data] [Website] [Model Weights]

Sample Commands

Training

python3 main.py --model mobilenet \
    --spectrogram_dir <> \          # Root for saved spectrogram npy
    --json_dir <> \                 # Root for dataset jsons 
    --geo_model_weights <> \        # Weights released
    --mixup                         # Whether to use mixup or not

Model hyperparameters and more instructions coming soon!

About

[NeurIPS'24 D&B] The iNaturalist Sounds Dataset for fine-grained species classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.9%
  • HTML 17.1%