Model construction
- Data gathering and preparation
- Model training
- Model evaluation
1. Data gathering and preparation
- dataset
- data augmentation (vertical flip, brightness modificaton)
- Keras (ImageDataGenerator)
2. Model training
- Configure a GPU environment
- Mount Google Drive
- Download and configure Darknet
- Configure settings files
- Upload and unpack images
- Preparation for training
- Train the model
|