Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,10 @@ configs:
|
|
59 |
|
60 |
Easier version for semantic segmentation.
|
61 |
|
|
|
|
|
|
|
|
|
62 |
Comes from:
|
63 |
|
64 |
SUN RGB-D: A RGB-D Scene Understanding Benchmark Suite (CVPR 2015) ([PDF](https://rgbd.cs.princeton.edu/paper.pdf)) ([Website](https://rgbd.cs.princeton.edu/))
|
|
|
59 |
|
60 |
Easier version for semantic segmentation.
|
61 |
|
62 |
+
`default` config contains RGB and uint16 version of depth images.
|
63 |
+
|
64 |
+
`uint8` config contains RGB and uint8 version of depth images, I convert uint16 by divide the pixel values by 255 and save it in new depth image.
|
65 |
+
|
66 |
Comes from:
|
67 |
|
68 |
SUN RGB-D: A RGB-D Scene Understanding Benchmark Suite (CVPR 2015) ([PDF](https://rgbd.cs.princeton.edu/paper.pdf)) ([Website](https://rgbd.cs.princeton.edu/))
|