DeepIM-PyTorch icon indicating copy to clipboard operation
DeepIM-PyTorch copied to clipboard

Unable to load material properties in ycb_renderer.py

Open marued opened this issue 5 years ago • 2 comments

I'm trying to execute the demo.sh and I'm getting errors at line 364 of ycb_renderer.py when loading material properties. It's expecting an array when the property is an int. Here is what's loaded: 'ambient':205 'diffuse':169 'specular':0 'emissive':0 'shininess':0 'opacity':0 'transparent':0 'refracti':0

marued avatar Jan 19 '21 22:01 marued

same question

Feegooddddd avatar Jan 17 '23 15:01 Feegooddddd

Please see https://github.com/NVlabs/PoseCNN-PyTorch/issues/4, this resolved it for me.

s-tian avatar Jan 22 '23 08:01 s-tian