lity20 / DCCDIF

MIT License
54 stars 3 forks source link

.obj file for evaluation #4

Closed zhangshengjun2019 closed 2 years ago

zhangshengjun2019 commented 2 years ago

hello. I wonder the .obj file ingt_mesh_path = os.path.join(config['evaluate']['gt_mesh_dir'], shape_id+'.obj') is the .obj file in the original dataset "ShapeNetCore.v1". However, if I use these .obj files as groundtruth, I got large CD loss which is not right obviously. But the watertight mesh you mentioned before is performed in .off files. Thanks!

lity20 commented 2 years ago

The .obj files in gt_mesh_path is the watertight meshes. I'm sorry to confuse you. I convert the .off files produced by tools from OccNet to .obj format. But there is no difference except for the file format.