Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.66 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.66 KB

OSEA Mobile

icon

EcoEvoRxiv

Flutter app for offline bird identification

For the detecting task, we uses pretrained model ssd mobilenet.

For the classification task, ResNet34 model structure was adopted, take MetaFGNet/L_Bird_pretrain/checkpoints as a pretrained model, trained on DongNiao DIB-10K using Gorilla-Lab-SCUT/MetaFGNet.

Structure of assets folder:

Download all files by running assets_download.sh.

If you want to run batch classification for multiple photos, please check osea-cli.