generatect commited on
Commit
e2ca3e5
·
1 Parent(s): 8ffd27f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -16,6 +16,57 @@ Our models achieve the following performances:
16
  | **GenerateCT** | **512** | **3D** | **Yes** | **55.8** | **1092.3** | **27.1** |
17
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## License
21
  Our work, including the codes, trained models, and generated data, is released under a [Creative Commons Attribution (CC-BY) license](https://creativecommons.org/licenses/by/4.0/). This means that anyone is free to share (copy and redistribute the material in any medium or format) and adapt (remix, transform, and build upon the material) for any purpose, even commercially, as long as appropriate credit is given, a link to the license is provided, and any changes that were made are indicated. This aligns with our goal of facilitating progress in the field by providing a resource for researchers to build upon.
 
16
  | **GenerateCT** | **512** | **3D** | **Yes** | **55.8** | **1092.3** | **27.1** |
17
 
18
 
19
+ <table>
20
+ <thead>
21
+ <tr style="text-align: center; background-color: #f8f8f8;">
22
+ <th>Model</th>
23
+ <th>Resolution (px)</th>
24
+ <th>Dimension</th>
25
+ <th>Text-Guided?</th>
26
+ <th>FID Score (↓)</th>
27
+ <th>FVD Score (↓)</th>
28
+ <th>CLIP Score (↑)</th>
29
+ </tr>
30
+ </thead>
31
+ <tbody>
32
+ <tr>
33
+ <td>CT-ViT</td>
34
+ <td>128</td>
35
+ <td>3D</td>
36
+ <td>No</td>
37
+ <td>73.4</td>
38
+ <td>1817.4</td>
39
+ <td>N/A</td>
40
+ </tr>
41
+ <tr>
42
+ <td>Transformer</td>
43
+ <td>128</td>
44
+ <td>3D</td>
45
+ <td>Yes</td>
46
+ <td>104.3</td>
47
+ <td>1886.8</td>
48
+ <td>25.2</td>
49
+ </tr>
50
+ <tr>
51
+ <td>Diffusion</td>
52
+ <td>512</td>
53
+ <td>2D</td>
54
+ <td>Yes</td>
55
+ <td>14.9</td>
56
+ <td>409.8</td>
57
+ <td>27.6</td>
58
+ </tr>
59
+ <tr style="font-weight: bold;">
60
+ <td>GenerateCT</td>
61
+ <td>512</td>
62
+ <td>3D</td>
63
+ <td>Yes</td>
64
+ <td>55.8</td>
65
+ <td>1092.3</td>
66
+ <td>27.1</td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
 
71
  ## License
72
  Our work, including the codes, trained models, and generated data, is released under a [Creative Commons Attribution (CC-BY) license](https://creativecommons.org/licenses/by/4.0/). This means that anyone is free to share (copy and redistribute the material in any medium or format) and adapt (remix, transform, and build upon the material) for any purpose, even commercially, as long as appropriate credit is given, a link to the license is provided, and any changes that were made are indicated. This aligns with our goal of facilitating progress in the field by providing a resource for researchers to build upon.