-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organization of the datasets #2
Comments
According to supplementary file, They also conducted ablation study on the number of annotated training images (30, 150, 1500). However, I think there are some details about dataset split that need to be explained.
|
thank you for pointing it out @greatwallet ! I will update the data split file and instructions on preparing datasets soon, for your reference, the data split is 0-27999 as unlabeled data, 28000-29499 as training, 29500-29999 as testing. Hope it does not block your research! |
Has anyone been able to find the metadata files themselves ("train_full_list.txt", "val_full_list.txt", "unlabel_list.txt"...etc)? I can't find them anywhere in the repo or in the CelebAMask directory I downloaded, and thus cannot run the scripts that require them. |
Has any faced this error message? |
@kartheekmedathati I encountered that error as well and had to change the import statement to: |
hi @lidaiqing I just wondering if you are able to upload the splitting file? Also, if we are using a different dataset, what's the format of the splitting file as such we could run the code? Thanks. |
Was anyone able to figure out the organization of the datasets? From what I gathered from the code, it seems like:
I'm getting |
Hi @AbdouMechraoui , for preparing the inception, the path should point to the image folder, it calculate stats over 50K images and store it in |
Indeed, I get that error after feeding the image folder. This's what I run It would be really helpful to have some documentation on the structure of the dataset to be fed to the model, what does the structure of the image folder look like? Is it similar to my earlier comment? |
In case you set up your dataset as I mentioned earlier. Also, change the code in
To this:
|
@AbdouMechraoui Nice work ! |
Could you please also clarify the way you split JSRT, ISIC and LITS datasets into train and test sets? |
Also, how do we merge the different labels into a single mask? Is there some script to do this? It seems tedious otherwise to figure out which of (and how) the 19 classes belong to the 8 new classes that were created in this paper. |
Hi @lidaiqing , in addition to Training and Testing data, do you have Validation data (for val_full_list.txt)? |
@AbdouMechraoui I use your structures you mentioned above but it turned out to be |
@AbdouMechraoui @lidaiqing I have downloaded the CelebAMask-HQ from https://github.com/switchablenorms/CelebAMask-HQ but |
Could you please upload these files "unlabel_list.txt","train_full_list.txt", "val_full_list.txt", "unlabel_list.txt'' |
Can everyone run this code?Plz share with us. Thanks. |
Could you please clarify how to organize the dataset together with the metadata files (e.g "train_full_list.txt", "val_full_list.txt", "unlabel_list.txt",...)?
The text was updated successfully, but these errors were encountered: