-
Notifications
You must be signed in to change notification settings - Fork 6
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
where coco2ytvis2019_train.json? #27
Comments
You need to run convert_coco2ytvis.py |
but I run it,got error:No such file or directory: coco/annotations/coco2ytvis2019_train.json' |
You need to make sure that the coco/annotations/ folder exists and prepare the coco and ytvis19 original datasets. |
I don’t need to prepare the json file in the coco folder, right?your work is great,I will quote! |
Thank you very much! Yes. coco2ytvis2019_train.json is automatically generated by convert_coco2ytvis.py based on the annotations from both COCO and ytvis19 datasets. |
Just a quick question on annotations - in ytvis_2019, I have annotations for validation in
Is there a way to recreate the json file to also point to the annotations? I guess these were recently released since prior you could only validate on CodeLab? Also, I am just wondering for code development and prototyping of your model, what is the best practice since validation of OVIS/YTVIS2019-2021 is only performed on the CodeLab server. Do you create a train/val split from the train.json file? How did you evaluate model performance to ensure it was working? |
coco2ytvis2019_train.json
The text was updated successfully, but these errors were encountered: