I'm carrying out a ML project on Image Segmentation.
I found some models by Meta which learns Visual Feature from images, like https://github.com/facebookresearch/deepcluster, this one: https://github.com/facebookresearch/dinov2 or this one: https://github.com/facebookresearch/swav/tree/main.
I tried to use this model, but I don't understand how to use it with my image dataset (NOT IMAGES PROVIDED BY THEM).
Is there like, a guide, or something similar?