diff --git a/README.md b/README.md index cabe1da..c9a64fa 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,17 @@ python segment/predict.py We trained and evaluated ASF-YOLO on the two [datasets](https://github.com/mkang315/ASF-YOLO/tree/main/datasets): the [2018 Data Science Bowl (DSB2018)](https://kaggle.com/competitions/data-science-bowl-2018) from Kaggle and the [Breast Cancer Cell (BCC) dataset](https://bioimage.ucsb.edu/research/bio-segmentation) from the Center for Bio-Image Informatics, University of California, Santa Barbara (UCSB CBI). ## Suggested Citation -Our manuscript has been uploaded on [arXiv](https://arxiv.org/abs/2312.00000). Please cite our paper if you use code from this repository: +Our manuscript has been uploaded on [arXiv](https://arxiv.org/abs/2312.06458). Please cite our paper if you use code from this repository: > Plain Text - *IEEE* Style
-M. Kang, C.-M. Ting, F. F. Ting, and R. C.-W. Phan, "Asf-yolo: A novel YOLO model with attentional scale sequence fusion for cell instance segmentation," arXiv:2312.00000 [cs.CV], Dec. 2023.
+M. Kang, C.-M. Ting, F. F. Ting, and R. C.-W. Phan, "Asf-yolo: A novel YOLO model with attentional scale sequence fusion for cell instance segmentation," arXiv:2312.06458 [cs.CV], Dec. 2023.
- *Nature* Style
-Kang, M., Ting, C.-M., Ting, F. F. & Phan, R. C.-W. ASF-YOLO: a novel YOLO model with attentional scale sequence fusion for cell instance segmentation. Preprint at https://arxiv.org/abs/2312.00000 (2023).
+Kang, M., Ting, C.-M., Ting, F. F. & Phan, R. C.-W. ASF-YOLO: a novel YOLO model with attentional scale sequence fusion for cell instance segmentation. Preprint at https://arxiv.org/abs/2312.06458 (2023).
- *Springer* Style
-Kang, M., Ting, C.-M., Ting, F. F., Phan, R.C.-W.: ASF-YOLO: a novel YOLO model with attentional scale sequence fusion for cell instance segmentation. arXiv preprint [arXiv:2312.00000](https://arxiv.org/abs/2312.00000) (2023)
+Kang, M., Ting, C.-M., Ting, F. F., Phan, R.C.-W.: ASF-YOLO: a novel YOLO model with attentional scale sequence fusion for cell instance segmentation. arXiv preprint [arXiv:2312.06458](https://arxiv.org/abs/2312.06458) (2023)
## License ASF-YOLO is released under the GNU Affero General Public License v3.0 (AGPL-3.0). Please see the [LICENSE](https://github.com/mkang315/ASF-YOLO/blob/main/LICENSE) file for more information.