Ramazan

Results 3 issues of Ramazan

Due to this code in `dataset.py` (73-74 lines): ``` if self.mode == "train": label = np.clip(label, 0.01, 1 - 0.01) ``` and (92-103) ``` # Precalculate and save diff masks...

**Describe the bug** I'm trying to fit a SplatFacto model on a dataset of images with masks. However, I encounter the following error: ``` Traceback (most recent call last): File...

Hello! Thank you for your work. I want to calculate AED, APD metrics on FFHQ dataset for you recent Next3D++ model from InvertAvatar repo. In order to run Next3D++, I...