unsupported texture map image format for YCB dataset and more #3845
-
I have texture map images from datasets such as YCB dataset, 3Dmodelhaven However, I get this following error when loading it with pybullet: Also, noting that using these works fine with blender. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
PyBullet uses stb image to load textures, you may need to convert textures. See https://github.com/bulletphysics/bullet3/tree/master/examples/ThirdPartyLibs/stb_image |
Beta Was this translation helpful? Give feedback.
sea-bass/ycb-tools#3