kvpratama commited on
Commit
8059d5d
1 Parent(s): de35c3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -25,3 +25,41 @@ size_categories:
25
 
26
  # Dataset Card for pokemon-images-dataset
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  # Dataset Card for pokemon-images-dataset
27
 
28
+ ### Dataset Summary
29
+
30
+ A collection of images featuring Pokémon characters.
31
+
32
+ ## Dataset Creation
33
+
34
+ ### Context
35
+
36
+ I collected this dataset for my school project. The project is to train GAN to generate new Pokemon. I had a difficult time finding a training dataset that is complete and clean. So I gather this collection of images and publish it here hoping that it will help others who need a similar dataset.
37
+
38
+ You can find my project on my [Github][1]
39
+ My latest code to generate pokemon [Github][4]
40
+
41
+
42
+ ### Content
43
+
44
+ 819 transparent Pokemon images in png format size 256x256.
45
+
46
+ * Update August 10, 2020
47
+ 819 white background in jpg format
48
+
49
+
50
+ ### Acknowledgements
51
+
52
+ I collected the image mostly from this website [https://veekun.com/dex/downloads][2]
53
+
54
+ Banner image is taken from [https://viking011.deviantart.com/art/Pokemon-Poster-436455502][3]
55
+
56
+
57
+ ### Inspiration
58
+
59
+ Since I failed to generate new Pokemon with clarity (I can only generate the shape) I wish there will be others that could do it with this dataset. If you managed to, please share it!
60
+
61
+
62
+ [1]: https://github.com/kvpratama/gan/tree/master/pokemon
63
+ [2]: https://veekun.com/dex/downloads
64
+ [3]: https://viking011.deviantart.com/art/Pokemon-Poster-436455502
65
+ [4]: https://github.com/kvpratama/gan/tree/master/pokemon_dcgan