DN-Erazora commited on
Commit
e401e16
·
verified ·
1 Parent(s): 8a4beca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -17,6 +17,20 @@ File structure
17
  └── shinkai/
18
  ```
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Dataset Overview
21
 
22
  ### Pair Dataset
 
17
  └── shinkai/
18
  ```
19
 
20
+ ## How to access it:
21
+ Dataset["{split}"][{image index}]["{feature}"]
22
+
23
+ - split: train, test, validation
24
+ - image index: pick any interger from the amount*
25
+ - features: label, filename, image** <br>
26
+
27
+ *if you want to pick train anime image then pick from 0-23999, if you want to pick train real images then 24000-47999, and so on. <br>
28
+ **label 0 is generated anime, label 1 is real images, label 2 is makoto shinkai film <br>
29
+ **filename is the name of the file <br>
30
+ **image is the feature containing the images it's in PIL <PIL.PngImagePlugin.PngImageFile image mode=RGB size=1024x1024> <br>
31
+
32
+ ### example: dataset["train"][0]["images"]
33
+
34
  ## Dataset Overview
35
 
36
  ### Pair Dataset