Bourennane Younes Nacer Eddine

Results 2 comments of Bourennane Younes Nacer Eddine

The LERF dataset doesn’t use the COLMAP file format. Camera information is stored in `transforms.json`, so you need to enable this section in `__init__.py`: ```python elif os.path.exists(os.path.join(args.source_path, "transforms.json")): print("Found transforms.json...

I encountered the same problem, and I found out it was because the Gaussian splatting was too heavy and dense. So I changed the values for densification, pruning, and even...