mirror of https://github.com/open-mmlab/mmcv.git
Merge 8f2e094639
into f19d3e771c
commit
89b2179156
|
@ -861,7 +861,7 @@ class MultiScaleFlipAug(BaseTransform):
|
|||
|
||||
inputs.append(packed_results['inputs']) # type: ignore
|
||||
data_samples.append(
|
||||
packed_results['data_sample']) # type: ignore
|
||||
packed_results['data_samples']) # type: ignore
|
||||
return dict(inputs=inputs, data_sample=data_samples)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
|
|
Loading…
Reference in New Issue