├── .gitignore ├── Alex_net.py ├── README.md ├── image_processing.py ├── main.py └── validate_image.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xqs-time/The-Disease-of-Crops-Identification/HEAD/.gitignore -------------------------------------------------------------------------------- /Alex_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xqs-time/The-Disease-of-Crops-Identification/HEAD/Alex_net.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xqs-time/The-Disease-of-Crops-Identification/HEAD/README.md -------------------------------------------------------------------------------- /image_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xqs-time/The-Disease-of-Crops-Identification/HEAD/image_processing.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xqs-time/The-Disease-of-Crops-Identification/HEAD/main.py -------------------------------------------------------------------------------- /validate_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xqs-time/The-Disease-of-Crops-Identification/HEAD/validate_image.py --------------------------------------------------------------------------------