Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b51fc2

Browse filesBrowse files
authored
Update transforms.py
1 parent a0c867a commit 6b51fc2
Copy full SHA for 6b51fc2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎transforms.py‎

Copy file name to clipboardExpand all lines: transforms.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __call__(self, img_group):
132132
class GroupMultiScaleCrop(object):
133133

134134
def __init__(self, input_size, scales=None, max_distort=1, fix_crop=True, more_fix_crop=True):
135-
self.scales = scales if scales is not None else [1, 875, .75, .66]
135+
self.scales = scales if scales is not None else [1, .875, .75, .66]
136136
self.max_distort = max_distort
137137
self.fix_crop = fix_crop
138138
self.more_fix_crop = more_fix_crop
@@ -319,4 +319,4 @@ def __call__(self, data):
319319
mean=[.485, .456, .406],
320320
std=[.229, .224, .225])
321321
])
322-
print(trans2(color_group))
322+
print(trans2(color_group))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.