monkey_caput
monkey_caput copied to clipboard
Custom PyTorch model (VGG-16 Auto-Encoder) and custom criterion (Local Aggregation) for image clustering. The repo contains elaborated creation of fungi image data using factory method.
I have looked at the source code, and it seems that your image clustering is supervised. Where is autoencoder used, and how can I use autoencoder for unsupervised classification?
Hi, I'd like to use this for unsupervised image clustering. Is it as simple as just swapping the example images with my own images, keeping the rest of the code...
Hello,When I call the class 'AELearner' in the code in ae_runs. Py, I have the problem of 'the abstract class cannot be instantiated'.I have looked up a lot of information...
Hello, I want to reproduce the code in this paper, but I encountered a problem in the process, so I want to ask you for advice. I want to ask...
Hi, I used ae_deep autoencoder to train it for my custom dataset i.e. plant dataset (contains plant leaves, weeds, and soil+ground). I then start it performed well. After the first...