Skip to content

Commit

Permalink
Merge branch 'dev-3.x' of https://github.com/jiangtann/mmdetection in…
Browse files Browse the repository at this point in the history
…to dev-3.x
  • Loading branch information
jiangtann committed May 27, 2024
2 parents 3e91aa4 + fbe5c82 commit b336f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet/datasets/transforms/text_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ def transform(self, results: dict) -> dict:
else:
text = results['text']
results['text'] = list(text.values())
return results
return results

0 comments on commit b336f3c

Please sign in to comment.