SteEsp commited on
Commit
6acebec
·
verified ·
1 Parent(s): 44cf072

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -20
README.md CHANGED
@@ -51,27 +51,17 @@ See [MODEL_ZOO.md](https://huggingface.co/autonomousvision/learn2splat/blob/main
51
 
52
  ------------------------------------------------------------------------
53
 
54
- ## 🚀 Usage
55
-
56
- ```python
57
- from transformers import AutoModel
58
-
59
- model_id = "autonomousvision/learn2splat"
60
-
61
- model = AutoModel.from_pretrained(model_id, trust_remote_code=True)
62
- model.eval()
63
- ```
64
-
65
- ------------------------------------------------------------------------
66
-
67
  ## 📚 Citation
68
 
 
 
69
  ```bibtex
70
- @article{
71
- pearl2026learn2splat,
72
- title={Learn2Splat: Extending the Horizon of Learned 3DGS Optimization},
73
- author={Pearl, Naama and Esposito, Stefano and Xu, Haofei and Peleg, Amit and Gschossmann, Patricia and Porzi, Lorenzo and Kontschieder, Peter and Pons-Moll, Gerard and Geiger, Andreas},
74
- journal={arXiv preprint},
75
- year={2026}
 
76
  }
77
- ```
 
51
 
52
  ------------------------------------------------------------------------
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ## 📚 Citation
55
 
56
+ If you find this project useful, please consider citing:
57
+
58
  ```bibtex
59
+ @article{pearl2026learn2splat,
60
+ title = {Learn2Splat: Extending the Horizon of Learned 3DGS Optimization},
61
+ author = {Pearl, Naama and Esposito, Stefano and Xu, Haofei and Peleg, Amit and
62
+ Gschoßmann, Patricia and Porzi, Lorenzo and Kontschieder, Peter and
63
+ Pons-Moll, Gerard and Geiger, Andreas},
64
+ journal = {arXiv preprint arXiv:2605.15760},
65
+ year = {2026}
66
  }
67
+ ```