Skip to content

Support for Market-1501 dataset format#108

Merged
zhiltsov-max merged 7 commits intodevelopfrom
ay/add-market1501
Feb 15, 2021
Merged

Support for Market-1501 dataset format#108
zhiltsov-max merged 7 commits intodevelopfrom
ay/add-market1501

Conversation

@yasakova-anastasia
Copy link
Copy Markdown

@yasakova-anastasia yasakova-anastasia commented Feb 15, 2021

Summary

  • Add support for Market-1501 dataset format

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@yasakova-anastasia
Copy link
Copy Markdown
Author

@zhiltsov-max , do you think it is necessary to add information (camera sequence number, bounding box number and frame number) to the attributes? Now done as in Accuracy Checker.

zhiltsov-max
zhiltsov-max previously approved these changes Feb 15, 2021
for item in subset:
if item.has_image and self._save_images:
if item.attributes and 'query' in item.attributes:
if item.attributes['query']:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd better used query in attributes or attributes.get

@zhiltsov-max zhiltsov-max merged commit d54bc80 into develop Feb 15, 2021
@zhiltsov-max zhiltsov-max deleted the ay/add-market1501 branch February 16, 2021 10:55
@zhiltsov-max zhiltsov-max linked an issue Feb 27, 2021 that may be closed by this pull request
zhiltsov-max pushed a commit to zhiltsov-max/datumaro that referenced this pull request Jan 27, 2026
* dont convert numpy arrays to lists, orjson can handle them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Market1501 (Person Re-ID dataset)

2 participants