TencentARC / InstantMesh

InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models
Apache License 2.0
3.14k stars 330 forks source link

Train zero123 with own dataset #135

Open Maxbr2021 opened 2 months ago

Maxbr2021 commented 2 months ago

I wonder if you can provide any code snippet on how to create a custom dataset for fine-tuning. If I understood the fine-tuning code right the model expects the original image and 6 camera angles of that image. Can you provide the script that creates the 6 camera angels from a 3d object?

dzc392 commented 2 weeks ago

I wonder if you can provide any code snippet on how to create a custom dataset for fine-tuning. If I understood the fine-tuning code right the model expects the original image and 6 camera angles of that image. Can you provide the script that creates the 6 camera angels from a 3d object?

i also want to do this . do you know?

morukutsu commented 2 weeks ago

It can be done with a short script using BlenderProc to generate the 6 views using the elevations and azimuths zero123 specifies in their repo.