GAP-LAB-CUHK-SZ / InstPIFu

repository of "Towards High-Fidelity Single-view Holistic Reconstruction of Indoor Scenes" ECCV2022
105 stars 9 forks source link

Is the <model_best_pix3d.pth> trained on the pix3d dataset only? #26

Open hyunwooha98 opened 11 months ago

hyunwooha98 commented 11 months ago

Hello, and thank you for your great work!

I read your paper and saw that your main model is basically trained on the 3D-Front dataset and then fine-tuned on the Pix3D dataset for evaluation on the SUNRGBD.

My question is about the model weight file you shared, named 'model_best_pix3d.pth'. Is this model trained only on the Pix3D dataset? Or was it initially trained on 3D-Front and then fine-tuned on Pix3D?

HaolinLiu97 commented 11 months ago

Hi the pix3d model is actually only trained on pix3d.

hyunwooha98 commented 11 months ago

Thanks!