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, max value is 1.
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, max value is 255.
59
 
60
  ### Data Splits
61