CLEVRER icon indicating copy to clipboard operation
CLEVRER copied to clipboard

PyTorch implementation of ICLR 2020 paper "CLEVRER: CoLlision Events for Video REpresentation and Reasoning"

Results 8 CLEVRER issues
Sort by recently updated
recently updated
newest added

Hi, I want to find the function that maps a 3D object coordinate as might be found in the annotation (e.g. in CLEVRER/train/annotation_train/annotation_00000-01000/annotation_00000.json['motion_trajectory'][0]['objects'][0]['location'], which looks like e.g. (coord_x, coord_y, coord_z)...

Could you share the code about rendering the collision videos?

This PR adds CC0 license file as indicated in: https://github.com/chuangg/CLEVRER/issues/3#issuecomment-711070626

Hello Authors, thanks a lot for this work. I was wondering if you have the data generation script (blender) from where I can look up the scale bounds and range...

Hi there!Has someone encountered a problem like: RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.FloatTensor [512, 1]], which is output 0...

Can you release the code for video generation?