Guanxiong commited on
Commit
b8c4c93
1 Parent(s): de1469a

outline readme

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
 
 
2
  license: bsd-3-clause
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
+
4
  license: bsd-3-clause
5
+
6
+ tags:
7
+ - MRI image prior
8
+ - Generative models
9
+ - Diffusion models
10
+ - TensorFlow
11
+ - PixelCNN
12
  ---
13
+
14
+ # Generative pretrained models on MRI images.
15
+
16
+ It was introduced in [this paper](https://) and first released at [this page](https://github.com/mrirecon/image-priors)
17
+
18
+
19
+ ## Model Description
20
+
21
+ ## How to use
22
+
23
+ ## Training data
24
+
25
+ ## Limitations
26
+
27
+
28
+ ## BibTex entry and citation info
29
+ ### BibTeX entry and citation info
30
+
31
+ ```bibtex
32
+ @article{Luo2023,
33
+ title={xxxx},
34
+ author={xxx},
35
+ year={2023}
36
+ }
37
+ ```