Skip to content

Commit

Permalink
rewrite generate anchorboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
HIT-k544 committed Mar 20, 2022
1 parent f674148 commit 1443c44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ def __init__(self,
self.transforms = Compose([
ToTensor(),
Resize(min_size=min_size, max_size=max_size),
Normalize(pixel_mean, pixel_std),
PadImage(max_size=max_size)
Normalize(pixel_mean, pixel_std)
])


Expand Down

0 comments on commit 1443c44

Please sign in to comment.