Skip to content

Commit

Permalink
use antialias=True and consistency test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jul 13, 2023
1 parent c6913d2 commit 72da655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_transforms_v2_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ def make_label(extra_dims, categories):
{"with_mask": False},
),
(det_transforms.RandomZoomOut(), v2_transforms.RandomZoomOut(), {"with_mask": False}),
(det_transforms.ScaleJitter((1024, 1024)), v2_transforms.ScaleJitter((1024, 1024)), {}),
(det_transforms.ScaleJitter((1024, 1024)), v2_transforms.ScaleJitter((1024, 1024), antialias=True), {}),
(
det_transforms.RandomShortestSize(
min_size=(480, 512, 544, 576, 608, 640, 672, 704, 736, 768, 800), max_size=1333
Expand Down

0 comments on commit 72da655

Please sign in to comment.