jizongFox / deep-clustering-toolbox

PyTorch Vision Toolbox not only for deep-clustering
MIT License
29 stars 4 forks source link

Documentation of how to use this package. #49

Open ysig opened 4 years ago

ysig commented 4 years ago

I am curious that nobody has brought it up, but by reading the README of your repo and searching along, I have no clue of how to use this package.

My use case: I have my own folder of images of constant width and height and I want to train an unsupervised semantic segmentation model on it. How do I apply your package using for example IIC (what are the other options?) to my folder?

I have made libraries myself and I have a good experience with python, so I am not speaking from a standpoint of non-fluent coder.

Thanks in advance!