xdeng77 commited on
Commit
b22c509
·
verified ·
1 Parent(s): ca43b60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -74,4 +74,5 @@ NOTE: multiple splits download is not yet supported.
74
  python download_coconut.py --split relabeled_coco_val --output_dir relabeled_coco_val
75
  ```
76
 
77
- 4. Go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
 
 
74
  python download_coconut.py --split relabeled_coco_val --output_dir relabeled_coco_val
75
  ```
76
 
77
+ 4. The mask images are nearly black as we use continuous segment ids for each image, you can use [github visualization tutorial](https://github.com/bytedance/coconut_cvpr2024/blob/main/tutorials/visualization/demo.ipynb) to create colorful masks for viewing.
78
+ Please go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024