-
Notifications
You must be signed in to change notification settings - Fork 0
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
mscoco missing img #20
Comments
@patricks-lab did this ever happen to you? |
Hmmm.. I guess you need to just make sure that your folder structure looks something like this (according to the github instructions from original mds): $MDS_DATA_PATH/mscoco contents: My guess what happened is that after you "unzip annotations_trainval2017.zip" there was actually an extra step to move all the annotations to the parent directory that i missed. Try something like |
@patricks-lab what is your output of |
this is to vague. Can you give all instructions you'd run from the beginning to extract mscoco? Look at the ones i have and correct them or add commands wherever you feel it's necessary:
|
also the instructions say:
so I'm confused why your suggesting to move the annotations but not the train2017 folder contents @patricks-lab . |
is this what I should be doing?
full new script for mscoco
|
new script:
|
New error:
seems I will have to redownload everything right? |
@patricks-lab I re ran all my steps again from scratch and still get the same error. Script I ran. All sanity checks in btw failed and still failed. I think I need you to write your own mscoco from scratch start to finish and test it in the DGX machine since I can't get this one to work. You can start from my script:
|
ok tried the gsutil approach and it fails: google-research/meta-dataset#108 I think I really do need you to try your own version @patricks-lab . Code I ran:
error:
|
I do prefer if we have the official instructions from google to work, but in the super worst case you can do the next option:
|
perhaps this is better? https://github.com/google-research/meta-dataset/blob/main/meta_dataset/data/tfds/README.md than uploading to zenodo? |
related: google-research/meta-dataset#106
The text was updated successfully, but these errors were encountered: