Open monajalal opened 11 months ago
Hi Mona,
Thanks for your question! Unfortunately, I do not have a BlenderProc to share with you. I simply used the rendering scripts from PVNet. My suggestion is to get an old version of Ubuntu and try the PVNet rendering script, too. I hope this helps! Let me know if you have further concerns.
Hi Chen,
I want to create synthetic dataset following linemod format for a custom CAD model of my own so I can train hybridpose on it from scratch. I am not sure how to do this and my search so far in the internet brought me to blenderproc given pvnet-rendering is not supported or viable anymore in Ubuntu 22.04. My object is also rather much bigger than BOP challenge objects (it has a diameter of 1.5 meter).
I have this script for randomizing one single object (it is not perfect and doesn't create so many variation in the object pose unfortunately).
Do you have a BlenderProc script or a modification of below scripts that you could share with me so that I could train HybridPose with it? Also, how many images would be needed?
I run it using:
(blenderproc) mona@ada:~/BlenderProc/examples/datasets/bop_challenge$ blenderproc run main_lm_uprightcustom.py models_obj/ texture_dir/ output_data --num_scenes=5 --custom-blender-path ~/Downloads/blender-3.5.1-linux-x64
I have Ubuntu 22.04 and I use
$ python Python 3.10.13 (main, Sep 11 2023, 13:44:35) [GCC 11.2.0] on linux