Commit
·
c1f562c
1
Parent(s):
da026d6
update
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ pretty_name: COCO Detection
|
|
83 |
>>> colors = cv2.cvtColor(colors[None], cv2.COLOR_HSV2RGB)[0]
|
84 |
|
85 |
>>> example = dataset['train'][500]
|
86 |
-
>>> Image.fromarray(example)
|
87 |
```
|
88 |
|
89 |
## Table of Contents
|
|
|
83 |
>>> colors = cv2.cvtColor(colors[None], cv2.COLOR_HSV2RGB)[0]
|
84 |
|
85 |
>>> example = dataset['train'][500]
|
86 |
+
>>> Image.fromarray(visualize(example, names, colors))
|
87 |
```
|
88 |
|
89 |
## Table of Contents
|