The training code for plastic detection
The project structure is
Plastic-Detection
├── README.md
├── data
│ ├── train
│ └── val
├── data.yaml
├── detect.py
├── label
│ ├── train
│ └── val
├── total_data.zip
├── total_val.zip
├── train.py
├── train_config.yaml
└── utils
└── labelme2yolo.py
- Before training, please use
pip install ultralyticsto install the available YOLO model.
- Training data: Data from Fuzhou(福州) are used for training.
- Evaluation data: Data from Qingdao(青岛) are used for evaluation.