Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.19 KB

File metadata and controls

51 lines (44 loc) · 1.19 KB

Making-a-Bird-AI-Expert-Work-for-You-and-Me

Code release for "Making a Bird AI Expert Work for You and Me". TPAMI 2023

You can try our questionnaire at: https://reurl.cc/AKdv6K

Changelog

  • 2021/12/6 create this project.
  • 2022/6/16 update codes for training and visualization.

Dataset

CUB-200-2011

Please download the datatset and organize the structure as follows:

dataset
├── train
│   ├── 001
|   |      ├── 1.jpg
|   |      ├── 2.jpg
|   |      └── ...
│   ├── 002
|   |      ├── 1.jpg
|   |      ├── 2.jpg
|   |      └── ...
│   └── ...
└── test
    ├── 001
    |      ├── 1.jpg
    |      ├── 2.jpg
    |      └── ...
    ├── 002
    |      ├── 1.jpg
    |      ├── 2.jpg
    |      └── ...
    └── ...

Training

Train from scratch with:

python main.py

Visualization

Obtain visualization results with:

python visualization.py

Contact

Thanks for your attention! If you have any suggestion or question, you can leave a message here or contact us directly: