GCN-Denoiser icon indicating copy to clipboard operation
GCN-Denoiser copied to clipboard

Release the training data generation procedure?

Open Hao-HUST opened this issue 3 years ago • 3 comments

Hi, thanks for sharing your work.

Currently, I noticed that you had released your original complete mesh data, but the GCN-Denoiser took local patches for training, and the local path generation procedure is still missing.

Could you please release the complete procedure for the generation training patch for running your training code?

Hao-HUST avatar Aug 18 '22 07:08 Hao-HUST

The local patch generation procedure example can be found in this line. Note that if you want to re-train our model to achieve the reported score, please follow the data balance strategy which means you have to add face class classification after tensor voting somewhere in this part.

Jhonve avatar Sep 07 '22 17:09 Jhonve

could you provide a bit more detail for usage? something like the steps laid out in this repo: https://github.com/nini-lxz/DNF-Net

It's not clear to me how to use your codebase to generate the patches before training (and construct after inference).

mlizhardy avatar Sep 26 '23 00:09 mlizhardy