NBA2K-dataset icon indicating copy to clipboard operation
NBA2K-dataset copied to clipboard

Are videos available?

Open BrianG13 opened this issue 3 years ago • 7 comments

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!

BrianG13 avatar Feb 19 '21 12:02 BrianG13

I'm also really interested in this, do you have any way of having it continuous ?

vavenCV avatar Apr 14 '21 14:04 vavenCV

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.

luyangzhu avatar Apr 14 '21 22:04 luyangzhu

Real time is hard, what about just a sequence with a 5-10 frame interpolation ?

vavenCV avatar Apr 15 '21 11:04 vavenCV

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.

luyangzhu avatar Apr 15 '21 15:04 luyangzhu

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

vavenCV avatar Jun 24 '21 07:06 vavenCV

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.

luyangzhu avatar Jun 24 '21 18:06 luyangzhu

Thanks a lot

vavenCV avatar Jun 25 '21 06:06 vavenCV