Skip to content

Js2Hou/PestClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image recognition of leaf vegetable pests and diseases

This is the baseline solution for Image recognition of leaf vegetable pests and 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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages