Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mmcv/transforms/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def transform(self, results: dict) -> Dict:

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:
Expand Down