dsgt-birdclef / birdclef-2022

Code for the BirdCLEF 2022 competition by the DS@GT team
2 stars 3 forks source link

Add neural net based classifier with multi-label prediction #36

Closed acmiyaguchi closed 2 years ago

acmiyaguchi commented 2 years ago

fix #33

This adds the initial classifier training, with a notebook for analyzing the performance. This does not include the submission code, which will need to be modified to choose which of the predictions as the label. There are a variety of modifications that will need to be made too.