You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -25,9 +25,8 @@ the same horizontal line. After we rotate the image, we move the center of the f
of the face box, and crop out a square with 1.5 times the edge length of the face box. These patches are only kept if
they are no smaller than 256x256 and are resized to 256x256.
This dataset is intended for classification and conditional GAN, so we classify the resulting image by artists. To avoid
ambiguouity, we keep a face patch only if the original post contains exactly one artist tag. Finally, artists with less
than 20 faces patches are discarded.
This dataset is intended for style classification and conditional GAN, so we classify the resulting image by artists.
To avoid ambiguouity, we keep a face patch only if the original post contains exactly one artist tag. Finally, artists with less than 20 faces patches are discarded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters