Skip to content

Commit

Permalink
Update fashion_dataset.py
Browse files Browse the repository at this point in the history
Fix pose bug!
  • Loading branch information
Zhangjinso authored Apr 11, 2021
1 parent 058b8dc commit bfe31fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/fashion_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def modify_commandline_options(parser, is_train):
parser.set_defaults(load_size=256)
else:
parser.set_defaults(load_size=256)
parser.set_defaults(old_size=(256, 176))
parser.set_defaults(old_size=(256, 256))
parser.set_defaults(structure_nc=18)
parser.set_defaults(image_nc=3)
parser.set_defaults(display_winsize=256)
Expand Down

0 comments on commit bfe31fc

Please sign in to comment.