CV classification task for automatic garbage classification to make recycling tasks more efficient.
Build a dataset of 7 classes of usual garbage: paper, cardboard, can, glass bottle, plastic bottle, plastic bag and battery using Flickr API. Each class contains 500 pictures.
- Resize
- Normalization
- Augmentation
- Baseline chosing: MLP; LeNet5; VGG; ResNet50
- Improvement one: Resnet50 + Image Attention
- Improvemnt two: CNN RNN Mixed Model