Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/
|
4 |
+
---
|
5 |
+
|
6 |
+
Scaled up version of https://huggingface.co/PrakhAI/AIPlane. This model generates 128x128 images of Aircrafts.
|
7 |
+
|
8 |
+
It is trained on [FGVC Aircraft](https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/) images. Just like https://huggingface.co/PrakhAI/AIPlane, it uses [Progressive Growing](https://arxiv.org/pdf/1710.10196.pdf) with [Spectral Normalization](https://arxiv.org/pdf/1802.05957.pdf).
|
9 |
+
|
10 |
+
The colab implementation can be found [here](https://colab.research.google.com/github/prakharbanga/AIPlane2/blob/main/AIPlane_ProGAN_%2B_Spectral_Norm_(128x128).ipynb).
|
11 |
+
|
12 |
+
| Generated Images | Real Images (for comparison) |
|
13 |
+
| -------- | --------- |
|
14 |
+
|  |  |
|
15 |
+
|
16 |
+
# Training Progression
|
17 |
+
<video width="50%" controls>
|
18 |
+
<source src="https://cdn-uploads.huggingface.co/production/uploads/649f9483d76ca0fe679011c2/ZhFORhnX4eD4QvpSIJGpC.mp4" type="video/mp4">
|
19 |
+
</video>
|