Skip to content

Commit 5c1ddd7

Browse files
authored
Update README.md
1 parent 8767c39 commit 5c1ddd7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This repository contains official code for [Universal Few-shot Learning of Dense Prediction Tasks with Visual Token Matching](https://openreview.net/forum?id=88nT0j5jAn) (ICLR 2023 oral).
66

7+
![image-VTM](./VTM Overview.png)
8+
79
## Setup
810
1. Download Taskonomy Dataset (tiny split) from the official github page https://github.com/StanfordVL/taskonomy/tree/master/data.
911
* You may download data of `depth_euclidean`, `depth_zbuffer`, `keypoints2d`, `keypoints3d`, `normal`, `principal_curvature`, `reshading`, `segment_semantic`, and `rgb`.
@@ -55,13 +57,12 @@ After the evaluation, you can print the test results by running `python print_re
5557

5658
## Citation
5759
If you find this work useful, please consider citing:
58-
```
59-
@inproceedings{
60-
kim2023universal,
61-
title={Universal Few-shot Learning of Dense Prediction Tasks with Visual Token Matching},
62-
author={Donggyun Kim and Jinwoo Kim and Seongwoong Cho and Chong Luo and Seunghoon Hong},
63-
booktitle={International Conference on Learning Representations},
64-
year={2023},
65-
url={https://openreview.net/forum?id=88nT0j5jAn}
60+
```bib
61+
@inproceedings{kim2023universal,
62+
title={Universal Few-shot Learning of Dense Prediction Tasks with Visual Token Matching},
63+
author={Donggyun Kim and Jinwoo Kim and Seongwoong Cho and Chong Luo and Seunghoon Hong},
64+
booktitle={International Conference on Learning Representations},
65+
year={2023},
66+
url={https://openreview.net/forum?id=88nT0j5jAn}
6667
}
6768
```

0 commit comments

Comments
 (0)