Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] add reid dataset #179

Merged
merged 11 commits into from
Jun 25, 2021
Prev Previous commit
Next Next commit
[Feature] add reid dataset
  • Loading branch information
ToumaKazusa3 committed Jun 23, 2021
commit a3c4e77703b7baad382c012b025ad228c1d6a484
2 changes: 1 addition & 1 deletion mmtrack/datasets/pipelines/formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def __call__(self, results):

@CLS_PIPELINES.register_module()
class SeqReIDFormatBundle(SeqDefaultFormatBundle):
"""Sequence Default formatting bundle.
"""Sequence ReID formatting bundle.

It simplifies the pipeline of formatting common fields, including "img",
"img_metas" and "gt_label". These fields are formatted as follows.
Expand Down