Khubaib Ahmad 2025-04-14 11:32:32 +00:00 committed by GitHub
commit 89b2179156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: