xdeng77 commited on
Commit
cdbaca5
1 Parent(s): 77448e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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. Go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
 
 
 
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