pixelsplat
pixelsplat copied to clipboard
[CVPR 2024 Oral, Best Paper Runner-Up] Code for "pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction" by David Charatan, Sizhe Lester Li, Andrea Tagliasacchi,...
I have changed my custom datasets which are colmap data format to .torch files. And when i test it, it got an error: ``` Traceback (most recent call last): File...
Hello, thank you for this fascinating work. I’m new to this area, and I had a question while reading your paper. In Table 2 of the main paper, the "No...
When I tried to train or evaluate, I encountered this problem. File "/opt/conda/lib/python3.10/site-packages/lightning/pytorch/trainer/connectors/accelerator_connector.py", line 577, in _lazy_init_strategy self.strategy.set_world_ranks() File "/opt/conda/lib/python3.10/site-packages/lightning/pytorch/strategies/ddp.py", line 210, in set_world_ranks self.cluster_environment.set_global_rank(self.node_rank * self.num_processes + self.local_rank) File...
Hi, in the original 3DGS repo, when saving Gaussians to a .ply file, the opacity is saved in its unactivated form (i.e. before applying a sigmoid function): https://github.com/graphdeco-inria/gaussian-splatting/blob/54c035f7834b564019656c3e3fcc3646292f727d/scene/gaussian_model.py#L246 Based on...
Hi, Thank you for hosting and preprocessing the benchmark datasets (http://schadenfreude.csail.mit.edu:8000/). To enhance accessibility and hosting reliability for future researchers, can you please upload a copy to Hugging Face? Hosting...
Could you please share the Evalutaion index json files for acid and re10k dataset for low and medium overlap ?
Super cool work! I'd really love to test this out with 2 new images. I'm not sure where to start. Is there a script or command I can run to...
Hi, thanks for releasing this wonderful code!! I have been trying to `paper/generate_point_cloud_figure.py`, however, I haven't been able to view those gaussians. They seem to be strange and I can't...
Hi, thank u for your great work. I am meeting some errors when trying to evaluate the re10k. I am using this command: `python3 -m src.main +experiment=re10k mode=test dataset/view_sampler=evaluation dataset.view_sampler.index_path=assets/evaluation_index_re10k.json...
