Skip to content

Commit

Permalink
[Fix] H and W input images must be divisible by 2**6
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed May 25, 2022
1 parent 5f5fed8 commit 85225a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/_base_/datasets/sintel_kitti2015_hd1k_320x768.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
sintel_test_pipeline = [
dict(type='LoadImageFromFile'),
dict(type='LoadAnnotations'),
dict(type='InputResize', exponent=4),
dict(type='InputResize', exponent=6),
dict(type='Normalize', **img_norm_cfg),
dict(type='TestFormatBundle'),
dict(
Expand Down

0 comments on commit 85225a6

Please sign in to comment.