Commit
·
8ffd27f
1
Parent(s):
ae2f7bc
Update README.md
Browse files
README.md
CHANGED
@@ -6,14 +6,16 @@ Welcome to the official page of GenerateCT, a pioneering work in text-conditiona
|
|
6 |
</p>
|
7 |
|
8 |
## Results
|
9 |
-
Our models achieve the following performances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
-
| | Resolution | Dimension | Text-Guided | FID (↓) | FVD (↓) | CLIP (↑) |
|
12 |
-
|--------------------|-----------------|------------------|------------------|------------------------------|-----------|-------------|
|
13 |
-
| CT-ViT | 128 | 3D | No | 73.4 | 1817.4 | N/A |
|
14 |
-
| Transformer | 128 | 3D | Yes | 104.3 | 1886.8 | 25.2 |
|
15 |
-
| Diffusion | 512 | 2D | Yes | 14.9 | 409.8 | 27.6 |
|
16 |
-
| **GenerateCT** | 512 | 3D | Yes | 55.8 | 1092.3 | 27.1 |
|
17 |
|
18 |
## License
|
19 |
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.
|
|
|
6 |
</p>
|
7 |
|
8 |
## Results
|
9 |
+
Our models achieve the following performances:
|
10 |
+
|
11 |
+
| Model | Resolution (px) | Dimension | Text-Guided? | FID Score (↓) | FVD Score (↓) | CLIP Score (↑) |
|
12 |
+
|-----------------|-----------------|-----------|--------------|---------------|---------------|----------------|
|
13 |
+
| CT-ViT | 128 | 3D | No | 73.4 | 1817.4 | N/A |
|
14 |
+
| Transformer | 128 | 3D | Yes | 104.3 | 1886.8 | 25.2 |
|
15 |
+
| Diffusion | 512 | 2D | Yes | 14.9 | 409.8 | 27.6 |
|
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.
|