rocca commited on
Commit
8861d20
1 Parent(s): 38b6990

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -2,6 +2,7 @@ A collection of >200k screenshots from the Sims 4 character creator (face and up
2
 
3
  * There are ~100k masculine faces (`masc` folder), ~100k feminine faces (`fem` folder), ~12k faces with a masculine physical frame and feminine attire/makeup (`masc2fem` folder).
4
  * All images are 1920x917.
 
5
  * Each image is about 60kb.
6
  * The characters are slightly off-center, so if you're cropping, you'll want to take that into account.
7
  * The files are named from `1.jpg` through to `N.jpg` (no zero-padding). For `fem`, `N=101499`. For `masc`, `N=103615`. For `masc2fem`, `N=12123`.
 
2
 
3
  * There are ~100k masculine faces (`masc` folder), ~100k feminine faces (`fem` folder), ~12k faces with a masculine physical frame and feminine attire/makeup (`masc2fem` folder).
4
  * All images are 1920x917.
5
+ * You can crop them to centered 917x917 squares with ImageMagick like so: `mogrify -crop 917x917+543+0 './fem/*.jpg'`
6
  * Each image is about 60kb.
7
  * The characters are slightly off-center, so if you're cropping, you'll want to take that into account.
8
  * The files are named from `1.jpg` through to `N.jpg` (no zero-padding). For `fem`, `N=101499`. For `masc`, `N=103615`. For `masc2fem`, `N=12123`.