You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi
I am a beginner at unsupervised learning and try to use swav on my own dataset. But there is a concept that makes me confused.
I was used to thinking that methods like swav do not need labeled images for the training process, it will run upon some none label images like KNN or K-MEANS cluster.
But when I run the main_swav.py file, the argument data_path needs a folder like ImageNet train. Is that mean I need to pre-label images and assign them to correspond dir to satisfy MultiCropDataset(datasets.ImageFolder). It looks like a classic supervised model training process...
Am I misunderstanding that parameter or the entire method?
Thanks for the reply and any help
The text was updated successfully, but these errors were encountered:
Hi!
What I did is simply change the directory.
E.g. Change unlabeled -->( image1.png, image2.png, ...) to unlabeled --> temp_folder --> ( image1.png, image2.png, ...)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am a beginner at unsupervised learning and try to use swav on my own dataset. But there is a concept that makes me confused.
I was used to thinking that methods like swav do not need labeled images for the training process, it will run upon some none label images like KNN or K-MEANS cluster.
But when I run the main_swav.py file, the argument data_path needs a folder like ImageNet train. Is that mean I need to pre-label images and assign them to correspond dir to satisfy MultiCropDataset(datasets.ImageFolder). It looks like a classic supervised model training process...
Am I misunderstanding that parameter or the entire method?
Thanks for the reply and any help
The text was updated successfully, but these errors were encountered: