jannikend commited on
Commit
70f6112
Β·
verified Β·
1 Parent(s): 1b09c86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  - biodiversity
14
  ---
15
 
16
- # DINOvTree πŸ¦–πŸŒ³
17
 
18
  [![Project Page](https://img.shields.io/badge/🌐%20Project%20Page-forestgreen)](https://RolnickLab.github.io/DINOvTree)
19
  [![Paper](https://img.shields.io/badge/πŸ“„%20Paper-gray)](https://arxiv.org/pdf/2603.23669)
@@ -21,7 +21,7 @@ tags:
21
  [![Benchmark](https://img.shields.io/badge/Benchmark-gray?logo=huggingface)](https://huggingface.co/datasets/jannikend/birch-trees)
22
  [![Code](https://img.shields.io/badge/Code-gray?logo=github)](https://github.com/RolnickLab/DINOvTree)
23
 
24
- This repository contains the model weights for the DINOvTree model introduced in our paper:
25
 
26
  **Estimating Individual Tree Height and Species from UAV Imagery**
27
 
@@ -50,10 +50,10 @@ The VFM of our checkpoint was initialized with DINOv3 weights, which are license
50
  If you find our work useful, please consider citing our paper:
51
 
52
  ```bibtex
53
- @article{endres2026treeheightspecies,
54
  title = {Estimating Individual Tree Height and Species from UAV Imagery},
55
  author = {Endres, Jannik and Lalibert{\'e}, Etienne and Rolnick, David and Ouaknine, Arthur},
56
- journal = {arxiv:2603.23669 [cs.CV]},
57
  year = {2026}
58
  }
59
  ```
 
13
  - biodiversity
14
  ---
15
 
16
+ # [ECCV 2026] DINOvTree πŸ¦–πŸŒ³
17
 
18
  [![Project Page](https://img.shields.io/badge/🌐%20Project%20Page-forestgreen)](https://RolnickLab.github.io/DINOvTree)
19
  [![Paper](https://img.shields.io/badge/πŸ“„%20Paper-gray)](https://arxiv.org/pdf/2603.23669)
 
21
  [![Benchmark](https://img.shields.io/badge/Benchmark-gray?logo=huggingface)](https://huggingface.co/datasets/jannikend/birch-trees)
22
  [![Code](https://img.shields.io/badge/Code-gray?logo=github)](https://github.com/RolnickLab/DINOvTree)
23
 
24
+ This repository contains the model weights for the DINOvTree model introduced in our paper accepted at ECCV 2026:
25
 
26
  **Estimating Individual Tree Height and Species from UAV Imagery**
27
 
 
50
  If you find our work useful, please consider citing our paper:
51
 
52
  ```bibtex
53
+ @inproceedings{endres2026treeheightspecies,
54
  title = {Estimating Individual Tree Height and Species from UAV Imagery},
55
  author = {Endres, Jannik and Lalibert{\'e}, Etienne and Rolnick, David and Ouaknine, Arthur},
56
+ booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
57
  year = {2026}
58
  }
59
  ```