maturk/dn-splatter

Potential Precision Loss When Using Normal Data in PNG Format

Opened this issue · 1 comments

I would like to bring attention to a potential issue regarding the precision of normal data in the get_normal_filepaths method.

return natsorted(glob.glob(f"{self.normal_save_dir}/*.png"))

Currently, normal data is being stored in .png and .npy format. But this method only uses png, which may result in precision loss.

That is an interesting point ... I have not considered this.