https://github.com/js2hou/pestclassification
https://github.com/js2hou/pestclassification
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/js2hou/pestclassification
- Owner: Js2Hou
- Created: 2021-07-01T03:53:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T11:44:17.000Z (over 4 years ago)
- Last Synced: 2025-08-31T14:40:54.207Z (10 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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