alexbene commited on
Commit
be42a83
·
verified ·
1 Parent(s): 27c4e74

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: image-segmentation
5
+ tags:
6
+ - medical
7
+ ---
8
+
9
+ # BianqueNet
10
+
11
+ BianqueNet is a segmentation model based on DeepLabv3+ with additional modules designed to improve the segmentation accuracy with IVD-related areas from T2W MR images. It was introduced in the paper [Deep learning-based high-accuracy quantitation for lumbar intervertebral disc degeneration from MRI](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8837609/) by Zheng et al. and first released in [this repository](https://github.com/no-saint-no-angel/BianqueNet).
12
+
13
+ > Disclaimer: This model card was not written by the team that released the BianqueNet model.
14
+
15
+ ## Intended uses & limitations
16
+ You can use this particular checkpoint on spine sagittal T2-weighted MRI images. See the model hub to look for other image segmentation models that might interest you.
17
+
18
+
19
+ ## BibTeX entry and citation info
20
+
21
+ ```bibtex
22
+ @article{zheng2022bianquenet,
23
+ author = {Zheng, Hua-Dong and Sun, Yue-Li and Kong, De-Wei and Yin, Meng-Chen and Chen, Jiang and Lin, Yong-Peng and Ma, Xue-Feng and Wang, Hongshen and Yuan, Guang-Jie and Yao, Min and Cui, Xue-Jun and Tian, Ying-Zhong and Wang, Yong-Jun},
24
+ year = 2022,
25
+ pages = 841,
26
+ title = {Deep learning-based high-accuracy quantitation for lumbar intervertebral disc degeneration from MRI},
27
+ volume = 13,
28
+ journal = {Nature Communications},
29
+ }
30
+ ```