How to create NNGarbageClassification ?
- img = CV2.capture()
- img = CV2.resize(img, (224, 224))
- result = NNGarbageClassification.predict(img)
my Garbage Classification model is trained by
kaggle.com/rkuo2000/garbage-cnn
Kaggle : garbage-cnn
Output garbage_cnn.h5
(4.41MB)
total params : 361,190
input_shape = (224,224,3)
Evaluation accuracy = 75 %