dcharatan / pixelsplat

[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, and Vincent Sitzmann
http://davidcharatan.com/pixelsplat/
MIT License
830 stars 56 forks source link

How should I use the re10k_3_view.ckpt file provided? #87

Closed CJT666 closed 1 month ago

CJT666 commented 1 month ago

Are special configuration changes required? Because when I use the same command to load the weight file, re10k.ckpt and re10k_depth_loss.ckpt have no problem, but re10k_3_view.ckpt will report errors, the error information is shown below. How to import re10k_3_view.ckpt correctly? image

dcharatan commented 1 month ago

You may have to use an earlier commit to load the checkpoint. Also, make sure you specify the correct experiment configuration using +experiment=re10k_3_view. Let me know if it still doesn't work!