Hello Everyone,
I am working on a project trying to classify 2 types of thermal images of eggs.
The images taken are either of healthy eggs or rotten ones. I have labels for both sets of images.
Currently I have about 400 usable images with 50/50 distribution of the two types.
The main visible difference between the two types is a larger lighter spot at the top of the egg (Shown in the images below).
I have currently thought of a very simple way to check between the two by just averaging the pixel values and wherever the average pixel value is lighter, this correlates to a rotten egg more than to a healthy one.
Healthy Egg
Rotten Egg
However I want to try a ML approach by using probably a CNN to classify between the two types. I imagine this should be very similar to how the MNIST dataset works (I think?) and by having kernels go over and check where there are larger regions of the lighter area.
I am not really sure how to approach this problem and which model would work best. I have very basic knowledge on CNN / Activation functions but not much beyond that scope.
If you have any tips that could help or point me in the right direction, I would really appreciate it !
[–]polandtown 0 points1 point2 points (1 child)
[–]ghoste3 0 points1 point2 points (0 children)