Regarding generating 3D shapes of Cars, bikes and chairs

,

Hi Team. I ran the inference code on colab and was able to generate 25 shapes of Cars, Bikes and chairs. Is there a way to create more? and is there way to create 3d shapes of other categories?

Yes, it’s possible to generate more objects, you can simply change a grid_size to a larger number in this line GET3D/inference_3d.py at master · nv-tlabs/GET3D · GitHub e.g. something like (10,10) can give you 100 shapes. It’s also possible create other categories, but it would require us to train the GET3D for it, right now due to license restrictions, we are only able to releaase, cars, bikes, chairs and tables.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.