Update README.md
Browse files
README.md
CHANGED
@@ -78,4 +78,6 @@ NOTE: multiple splits download is not yet supported.
|
|
78 |
python download_coconut.py --split coconut_s --output_dir coconut_s
|
79 |
```
|
80 |
|
81 |
-
4.
|
|
|
|
|
|
78 |
python download_coconut.py --split coconut_s --output_dir coconut_s
|
79 |
```
|
80 |
|
81 |
+
4. The mask images are nearly black as we use continuous segment ids for each image, you can use our [github visualization tutorial](https://github.com/bytedance/coconut_cvpr2024/blob/main/tutorials/visualization/demo.ipynb) to create colorful masks for viewing.
|
82 |
+
|
83 |
+
Please go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
|