-
Notifications
You must be signed in to change notification settings - Fork 8
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
Are videos available? #2
Comments
I'm also really interested in this, do you have any way of having it continuous ? |
Sorry for the late reply. My capturing code can not achieve real-time due to the IO bottleneck, so the dataset does not contain video information. |
Real time is hard, what about just a sequence with a 5-10 frame interpolation ? |
It is possible to do frame interpolation, but we need users to manually press F12 to capture (Automatically playing game with AI and pressing F12 may capture some close-up animation that needs to be cleaned). It is a time consuming job, currently we don't have plans to release video data. |
HI, I was wondering if you had the tool that allowed you to get mask segmentation from the game engine, I would really appreciate if I could get it for my research |
Sorry, my current code based on RenderDoc only supports extracting mesh. You may take a look at https://github.com/philkr/gamehook for extracting other information from video game. |
Thanks a lot |
Hi,
I downloaded the data (images.zip file) and I see the frames are not continuous (No sequence of frame001, frame002, frame003, ... ).
I understand that your work focus on estimating from a single image and not a video, but is this kind of data is available (with the annotations) ?
Thanks for the great work!
The text was updated successfully, but these errors were encountered: