Datasets:
Tasks:
Depth Estimation
Modalities:
Image
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
depth-estimation
License:
chore: add note about other tasks.
Browse files
README.md
CHANGED
|
@@ -86,6 +86,9 @@ The dataset has several components:
|
|
| 86 |
### Supported Tasks
|
| 87 |
|
| 88 |
- `depth-estimation`: Depth estimation is the task of approximating the perceived depth of a given image. In other words, it's about measuring the distance of each image pixel from the camera.
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
|
| 91 |
### Languages
|
|
|
|
| 86 |
### Supported Tasks
|
| 87 |
|
| 88 |
- `depth-estimation`: Depth estimation is the task of approximating the perceived depth of a given image. In other words, it's about measuring the distance of each image pixel from the camera.
|
| 89 |
+
- `semantic-segmentation`: Semantic segmentation is the task of associating every pixel of an image to a class label.
|
| 90 |
+
|
| 91 |
+
There are other tasks supported by this dataset as well. You can find more about them by referring to [this resource](https://paperswithcode.com/dataset/nyuv2).
|
| 92 |
|
| 93 |
|
| 94 |
### Languages
|