remove img_w arg from transform function

This commit is contained in:
darkliang
2023-02-07 13:37:09 +08:00
parent bda25e8978
commit 311bc848fa
2 changed files with 7 additions and 10 deletions
-2
View File
@@ -18,7 +18,6 @@ evaluator_cfg:
sample_type: all_ordered
type: InferenceSampler
transform:
- img_w: 64
type: BaseSilCuttingTransform
metric: euc # cos
cross_view_gallery: false
@@ -70,5 +69,4 @@ trainer_cfg:
sample_type: fixed_unordered
type: TripletSampler
transform:
- img_w: 64
type: BaseSilCuttingTransform