GianMassimiani

Results 2 issues of GianMassimiani

I am trying to read some .obj files using `ioUtils.readPolyData`. For example this one: `polyData = ioUtils.readPolyData('Porsche_911_GT2.obj')` However I keep getting errors like this: ``` ERROR: In /root/VTK-7.1.1/IO/Geometry/vtkOBJReader.cxx, line 271...

Hi, thanks for the great dataset! I used some of the code you provided (e.g. for retrieving the camera extrinsic matrix) to convert 3D joint positions from world to camera...