zhangyk18 / GeoBi-GNN

The implementation of a mesh denoising paper accepted by CAD
16 stars 2 forks source link

about training #1

Closed UestcJay closed 1 year ago

UestcJay commented 2 years ago

many thanks for your work! In the paper, a vertex updating strategy is performed, where is this strategy reflected in the code? Thanks for your time!

zhangyk18 commented 2 years ago

data_util.py Sorry for the boring codes, please feel free to contact me if there are any problems.

UestcJay commented 2 years ago

Thanks for your reply! do you mean the update strategy is only used in test stage? In training, the normal can not be used for update position?

zhangyk18 commented 2 years ago

Yes you're right, just like the other methods for mesh denoising