Skip to content

Commit 950bf8e

Browse files
authored
Update README.md
1 parent 4a390e6 commit 950bf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains official code for [Universal Few-shot Learning of Dense
88

99
## Setup
1010
1. Download Taskonomy Dataset (tiny split) from the official github page https://github.com/StanfordVL/taskonomy/tree/master/data.
11-
* You may download data of `depth_euclidean`, `depth_zbuffer`, `keypoints2d`, `keypoints3d`, `normal`, `principal_curvature`, `reshading`, `segment_semantic`, and `rgb`.
11+
* You may download data of `depth_euclidean`, `depth_zbuffer`, `edge_occlusion`, `keypoints2d`, `keypoints3d`, `normal`, `principal_curvature`, `reshading`, `segment_semantic`, and `rgb`.
1212
* (Optional) Resize the images and labels into (256, 256) resolution.
1313
* To reduce the I/O bottleneck of dataloader, we stored data from all buildings in a single directory. The directory structure looks like:
1414
```

0 commit comments

Comments
 (0)