fix height error

pull/1689/head
sibo2rr 2022-01-05 12:52:05 +08:00
parent b6cf278663
commit e4380ce517
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ DataLoader:
order: ''
# support to specify width and height respectively:
# scales: [(160,160), (192,192), (224,225) (288,288) (320,320)]
# scales: [(160,160), (192,192), (224,224) (288,288) (320,320)]
sampler:
name: MultiScaleSampler
scales: [160, 192, 224, 288, 320]