Lewislou commited on
Commit
f013e8e
·
1 Parent(s): 48768f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -94,4 +94,16 @@ overlay = visualize_instances_map(pre_img_data,star_label)
94
  cv2.imwrite('prediction.png', cv2.cvtColor(overlay, cv2.COLOR_RGB2BGR))
95
 
96
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  ```
 
94
  cv2.imwrite('prediction.png', cv2.cvtColor(overlay, cv2.COLOR_RGB2BGR))
95
 
96
 
97
+ ```
98
+
99
+ ## Citation
100
+ If you find this work useful, please acknowledge it appropriately and cite the paper:
101
+ ```bibtex
102
+ @misc{
103
+ lou2022multistream,
104
+ title={Multi-stream Cell Segmentation with Low-level Cues for Multi-modality Images},
105
+ author={WEI LOU and Xinyi Yu and Chenyu Liu and Xiang Wan and Guanbin Li and Siqi Liu and Haofeng Li},
106
+ year={2022},
107
+ url={https://openreview.net/forum?id=G24BybwKe9}
108
+ }
109
  ```