Closed Parskatt closed 5 months ago
See here: https://github.com/turandai/gaussian_surfels/blob/main/arguments/__init__.py#L19
For example, with_mask will always be true: https://github.com/turandai/gaussian_surfels/blob/main/arguments/__init__.py#L61
I had to set it manually to False in the init.
Hi, I am sorry, it was a bug with the --with_mask argument, it should be fixed now. Please use the '--use_mask 1/0' to try run with/without mask.
See here: https://github.com/turandai/gaussian_surfels/blob/main/arguments/__init__.py#L19
For example, with_mask will always be true: https://github.com/turandai/gaussian_surfels/blob/main/arguments/__init__.py#L61
I had to set it manually to False in the init.