Open DavidLuBit opened 6 months ago
Sorry to bother you ~ I want to know how to obtain the noise Ht during the inference phase? As far as I understand, during the inference phase, we only have the erroneous current point cloud and the template point cloud. Thank you!
Hi,
At Lines 91-100 in test.py, I have given the noise Ht: "H_t = H_noise @ H_t"
Please check.
Sorry to bother you ~ I want to know how to obtain the noise Ht during the inference phase? As far as I understand, during the inference phase, we only have the erroneous current point cloud and the template point cloud. Thank you!