ylabbe / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
298 stars 89 forks source link

Synthetic Data Generation Error #58

Open Jing-lun opened 3 years ago

Jing-lun commented 3 years ago

Hi @ylabbe ,

I followed your script and tried to generate the synthetic data by running:

python -m cosypose.scripts.run_dataset_recording --config ycbv --local

However, it showed me an error that cannot extract anything useful from mesh 'data/assets/cage/plane.obj', could you please let me know how to fix it? Because I want to use this synthetic data generation script for our own case!

Thank you in advance!


[Memory]1.3s, 0.0min : Loading parse_image_dir... Loaded EGL 1.5 after reload. GL_VENDOR=NVIDIA Corporation GL_RENDERER=GeForce RTX 2080 Ti/PCIe/SSE2 GL_VERSION=4.6.0 NVIDIA 460.80 GL_SHADING_LANGUAGE_VERSION=4.60 NVIDIA Version = 4.6.0 NVIDIA 460.80 Vendor = NVIDIA Corporation Renderer = GeForce RTX 2080 Ti/PCIe/SSE2 Loaded EGL 1.5 after reload. b3Warning[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,1159]: data/assets/cage/: cannot extract anything useful from mesh 'data/assets/cage/plane.obj' b3Warning[examples/SharedMemory/plugins/eglPlugin/eglRendererVisualShapeConverter.cpp,855]: issue extracting mesh from COLLADA/STL file data/assets/cage/plane.obj

smoothumut commented 2 years ago

Hi @Jing-lun , did you find a solution for this issue? I have the same error and couldnt move forward. please help