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

https://github.com/js2hou/pestclassification


https://github.com/js2hou/pestclassification

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Image recognition of leaf vegetable pests and diseases

This is the baseline solution for [Image recognition of leaf vegetable pests and diseases](http://challenge.xfyun.cn/topic/info?type=pests-diseases).

## Fast to start

run train.py to train finetune resnet50, after that run test.py to generate predicted results saved in '/results/test.csv'.

## Directory structure

```python
│PestClassification/
├──data/
├──results/
│ ├── test.csv
├──models/
│ ├── __init__.py
│ ├── _resnet50.py
├──tb_logs/
├──checkpoints/
├──load_data.py
├──train.py
├──test.py
├──utils.py
├──README.md

```

## Todo

- try **volo**
- retrain resnet50 and test again