Skip to content

Commit

Permalink
Update data_files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samarth-robo authored Aug 23, 2019
1 parent e19f40f commit 26aed07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Views are named `00`, `01`, and so on.

- `rgb_images/xx.png` is the original RGB image from the Kinect (960 x 540), while `rgb_images/xx_registered.png` is registered to the thermal camera (640 x 512). The registered image might be blocky because of imperfections in the depth map hole filling algorithm and because of the change in viewpoint.

- `depth_images/xx.png` is the raw depth image registered to the thermal camera, while `depth_images/xx_registered.png` is the post-processed version of this depth image, smoothed out and hole filled. Not the confusing naming pattern, both images are actually registered to the thermal camera.
- `depth_images/xx.png` is the raw depth image registered to the thermal camera, while `depth_images/xx_registered.png` is the post-processed version of this depth image, smoothed out and hole filled. Note the confusing naming pattern, both images are actually registered to the thermal camera (640 x 512).

- `poses`: Directory containing all the object/camera pose information.

Expand Down

0 comments on commit 26aed07

Please sign in to comment.