rdyzakya commited on
Commit
3445e93
·
verified ·
1 Parent(s): a12e721

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Color (np.uint32(6), np.uint32(230), np.uint32(230)): Found in 90 images
56
  Color (np.uint32(255), np.uint32(0), np.uint32(0)): Found in 1 images # red, this is a cup, mapped to (255, 51, 7)
57
  ```
58
 
59
- | Index | Class Name | Image Count (from table) | Closest Color Count | Ordered RGB Value |
60
  | :--- | :--- | :--- | :--- | :--- |
61
  | 0 | `background` | (not listed) | 10428 | `[0, 0, 0]` |
62
  | 1 | `box` | 603 | 603 | `[4, 250, 7]` |
 
56
  Color (np.uint32(255), np.uint32(0), np.uint32(0)): Found in 1 images # red, this is a cup, mapped to (255, 51, 7)
57
  ```
58
 
59
+ | Index | Class Name | Image Count (from paper) | Closest Color Count | Ordered RGB Value |
60
  | :--- | :--- | :--- | :--- | :--- |
61
  | 0 | `background` | (not listed) | 10428 | `[0, 0, 0]` |
62
  | 1 | `box` | 603 | 603 | `[4, 250, 7]` |