Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGyun authored Mar 28, 2023
1 parent 4a390e6 commit 950bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains official code for [Universal Few-shot Learning of Dense

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

0 comments on commit 950bf8e

Please sign in to comment.