fsky097 commited on
Commit
c73c132
1 Parent(s): ce323f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -54,8 +54,8 @@ For each image, the following fields are provided:
54
  * light_idx: int, the index of illuminations, from 1 to 13 for lighting patterns, or from 0 to 141 for OLAT.
55
  * transform_matrix: list, a 4x4 matrix, representing the camera pose for this image (in OpenCV convention).
56
  * camera_angle_x: float, can be used to compute the corresponding camera intrinsics.
57
- * obj_mask: the object mask, can be read by ```imageio.imread(OBJ_MASK_PATH)>0```, used for PSNR evaluation.
58
- * com_mask (optional): the union of the object mask and the support mask, can be read by ```imageio.imread(COM_MASK_PATH)>0```, used for training.
59
 
60
  ### Data Splits
61
 
 
54
  * light_idx: int, the index of illuminations, from 1 to 13 for lighting patterns, or from 0 to 141 for OLAT.
55
  * transform_matrix: list, a 4x4 matrix, representing the camera pose for this image (in OpenCV convention).
56
  * camera_angle_x: float, can be used to compute the corresponding camera intrinsics.
57
+ * obj_mask: the object mask, can be read by ```imageio.imread(OBJ_MASK_PATH)>0```, used for PSNR evaluation. **Note that we store 0 and 1 for object masks, so you may not be able to correctly visualize it as png in this repo.**
58
+ * com_mask (optional): the union of the object mask and the support mask, can be read by ```imageio.imread(COM_MASK_PATH)>0```, used for training. We store 0 and 255 for combined masks, so you are able to view them as png in this repo correctly.
59
 
60
  ### Data Splits
61