dvlab-research / SMR

Self-Supervised 3D Mesh Reconstruction from Single Images (CVPR2021)
93 stars 8 forks source link

Train on ShapeNet get low 3D_IOU #17

Open yuhanyuhang opened 1 year ago

yuhanyuhang commented 1 year ago

Dear author, i train your model on ShapeNet dataset by myself but get about 32% 3D_IOU on Airplane of ShapeNet. I set the elevation = 30. distance = 2.732 ,the same as SoftRas-Implemention. And give the model azimuths ground truth. I want to know how you set your camera/texture/light encoder when training to reach the 46.5% in your paper. I just drop these encoder. Do you also drop the symmetry of the mesh which is benefit for Bird reconstruction.

tau-yihouxiang commented 1 year ago

I am sorry for the late response! May I know more of your evaluation details(such as the voxels' resolution) during evaluation?

yuhanyuhang commented 1 year ago

thanks for your reply, i set the voxels' resolution=32x32x32

yuhanyuhang commented 1 year ago

if you can share the 3DIOU evaluation code with me, i can check it by myself, thank you so much

Liuzhengli commented 3 months ago

"Hello author, could you please tell me where the demo test file is located?"