jjldo21 commited on
Commit
cbf488d
·
verified ·
1 Parent(s): 633e4d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,7 +55,7 @@ When loaded using the `datasets` library, each sample contains the following fie
55
  - **`image`**: A `PIL.Image` object containing the original RGB image.
56
  - **`mask`**: A `PIL.Image` object containing the binary segmentation mask.
57
  - **`class_id`**: The classification label of the load (integer mapped to class name).
58
- - **`bbox`**: The bounding box coordinates in the format `[x_min, y_min, width, height]`.
59
  - **`mask_rgb_color`**: An `[R, G, B]` list specifying the RGB triplet associated with the class in the binary mask.
60
 
61
  ### Raw data organization (repository files):
@@ -69,7 +69,7 @@ If you prefer to download the raw files directly, the repository includes the fo
69
 
70
  `<class_name> <instance_id> <x_min> <y_min> <width> <height>`,
71
 
72
- where the `<instance_id>` field is legacy and not relevant in the currently published dataset.
73
 
74
  **Remark 2.** The segmentation masks are provided as **binary RGB images**. They contain only **two** distinct pixel values:
75
  - **Background:** Black `(0, 0, 0)`.
 
55
  - **`image`**: A `PIL.Image` object containing the original RGB image.
56
  - **`mask`**: A `PIL.Image` object containing the binary segmentation mask.
57
  - **`class_id`**: The classification label of the load (integer mapped to class name).
58
+ - **`bbox`**: The bounding box coordinates in format `[x_min, y_min, width, height]`.
59
  - **`mask_rgb_color`**: An `[R, G, B]` list specifying the RGB triplet associated with the class in the binary mask.
60
 
61
  ### Raw data organization (repository files):
 
69
 
70
  `<class_name> <instance_id> <x_min> <y_min> <width> <height>`,
71
 
72
+ where the `<instance_id>` field is not relevant in the currently published dataset.
73
 
74
  **Remark 2.** The segmentation masks are provided as **binary RGB images**. They contain only **two** distinct pixel values:
75
  - **Background:** Black `(0, 0, 0)`.