Deep_Object_Pose icon indicating copy to clipboard operation
Deep_Object_Pose copied to clipboard

Need help for nvisii_data_gen

Open gary13139948 opened this issue 2 years ago • 3 comments

Hi, I'm trying to generate synthetic data using single_video_pybullet.py. However, I encountered a pybullet.error as following. The error code said: invalid mesh filename './', but there isn't any './' in my .obj file. What problem might I encounter?

Thanks Screenshot from 2022-12-26 20-22-08

gary13139948 avatar Dec 26 '22 12:12 gary13139948

Could you share your 3d model with me? I think there is an issue with passing the vertices to create a shape for your object. I should have added a simple use cuboid volume if it crashes. I will test this out later today.

TontonTremblay avatar Jan 04 '23 20:01 TontonTremblay

google_16k.zip

Could you share your 3d model with me? I think there is an issue with passing the vertices to create a shape for your object. I should have added a simple use cuboid volume if it crashes. I will test this out later today.

Sure, please check the attachment.

gary13139948 avatar Jan 05 '23 11:01 gary13139948

nvisii wont load vertex color correctly I think image I think you need to update the code, I had put a guard to avoid that error.

image

I was able to render your model, but you will need to use a texture instead of index colors. You could try that, https://steamcommunity.com/sharedfiles/filedetails/?id=1265761945

TontonTremblay avatar Jan 06 '23 19:01 TontonTremblay