Update README.md
Browse files
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 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
|
|
|
| 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 |
+
```
|