3DTopia / LGM

[ECCV 2024 Oral] LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation.
https://me.kiui.moe/lgm/
MIT License
1.71k stars 118 forks source link

How can i create custom mini dataset using 3d objects and images? #47

Open Rameshkumardas opened 7 months ago

Rameshkumardas commented 7 months ago

I don't have any idea to create dataset for LGM models.

ashawkey commented 7 months ago

@Rameshkumardas Hi, you only need to render multi-view images and save them with camera poses properly. For example, you can try this blender script for rendering: https://kit.kiui.moe/blender/.

yyyhz commented 6 months ago

@Rameshkumardas Hi, you only need to render multi-view images and save them with camera poses properly. For example, you can try this blender script for rendering: https://kit.kiui.moe/blender/.嗨,您只需要渲染多视图图像并使用相机姿势正确保存它们。例如,您可以尝试使用此 blender 脚本进行渲染:https://kit.kiui.moe/blender/

I am also very interested in this project. Will you consider to add this part later into the code?