lukemelas / realfusion

Official code for "RealFusion: 360° Reconstruction of Any Object from a Single Image" (CVPR 2023)
Apache License 2.0
538 stars 38 forks source link

how to train on custom dataset? #11

Open 013292 opened 1 year ago

013292 commented 1 year ago

I have a .vtp 3d mesh model, and 2d rendered images in different views. Is it possible to train the real fusion based on such data? Thank you :-)

lukemelas commented 1 year ago

I suppose it would be possible, yes. You could modify the code to load multiple conditioning images and their corresponding camera positions. That being said, if you already have a mesh model, what is the motivation for wanting to do RealFusion?