-
Notifications
You must be signed in to change notification settings - Fork 69
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
No mask directory in Mobile-stage dataset #23
Comments
Hi, the provided Specifically, the command to extract the mask images from mask videos is the last line of the codeblock linked above: python scripts/realtime4dv/extract_images.py --data_root data/mobile_stage/dance3 --vcodec none --hwaccel none --videos_dir videos_masks_libx265 --images_dir masks_libx265 --single_channel |
Thank you for your reply. Indeed, I followed your instructions and was able to obtain the mask. However, I could only get the first 300 frames in |
Hi, glad to hear that the mask extraction works! We only uploaded the encoded video of the first 300 frames as the minimal dataset. For downloading the full dataset, you can refer to this section in the readme. |
Thanks! |
Ah sorry for the confusion, looks like I didn't include the mask directory when uploading. Will upload the extracted masks separately and get back to you with a link. In the meantime time, if you feel like extracting them yourself, we used the RobustVideoMatting method for the Mobile-Stage dataset. We detailed the segmentation process in this documentation. |
Thank you. |
Hi @raven38, I updated the dataset to include our extracted mask. Correction: we used background matting v2 instead of RVM as said in the previous comment |
I have downloaded the Mobile-Stage dataset, but I was unable to find the masks directory after extracting the data. The masks directory seems to be essential data for rendering using the pre-trained models of the Mobile-Stage dataset, and I was unable to perform rendering. Could you tell me how to obtain the mask data?
The text was updated successfully, but these errors were encountered: