Datasets:
Update README.md
Browse files
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
|
| 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]` |
|