You have a lot of images from a test campaign and you want to find bugs?
AI Image Classifier allows to classify images into a given number of clusters.
Thus organizing similar images together, you'll be able to find issues more quickly.
- Download ResNet50 weights without top layer into code directory
- All images have to be in the same directory
- Click on File/Open
- Select one image into your image directory
- Setup Cluster numbers (you can start with 5 if you have no idea)
- Click "Analyze"
- Look into console the Extract Features progression % and clustering
- Clusters will be displayed on the right
- Click one image into cluster and click show to see what it is
- To save current results : Click "Save"
- To change cluster value : change cluster number and click "Update"
- To load previous results : Click "Load"
- "Preview" function is still in development, if you want to help you are kindly invited to update code. This function aims to show a matrix with images of the same cluster. This will allow to see quickly what's inside the cluster.