yuchuantian
commited on
Commit
•
915cf5c
1
Parent(s):
83d2417
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
+
# VAE Features of ImageNet Dataset
|
5 |
+
|
6 |
+
<p align="left">
|
7 |
+
<a href="https://arxiv.org/abs/2405.02730" alt="arXiv">
|
8 |
+
<img src="https://img.shields.io/badge/arXiv-2405.02730-b31b1b.svg?style=flat" /></a>
|
9 |
+
<a href="https://github.com/YuchuanTian/U-DiT" alt="arXiv">
|
10 |
+
<img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" /></a>
|
11 |
+
</p>
|
12 |
+
This is the ImageNet dataset features processed by sd-vae-ft-ema encoder. The dataset is tailored for DiT training purposes.
|
13 |
+
|
14 |
+
File structure:
|
15 |
+
|
16 |
+
```
|
17 |
+
imagenet_feature/
|
18 |
+
├── imagenet256_features/ # VAE features
|
19 |
+
└── imagenet256_labels/ # labels
|
20 |
+
```
|