An open API service indexing awesome lists of open source software.

https://github.com/pris-cv/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)".
https://github.com/pris-cv/making-a-bird-ai-expert-work-for-you-and-me

fine-grained fine-grained-classification fine-grained-recognition fine-grained-visual-categorization knowledge-distillation machine-teaching

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://dongliangchang.cn "arxiv")

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:
- [email protected]
- [email protected]