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

Support for Market-1501 dataset format #108

Merged
merged 7 commits into from
Feb 15, 2021
Merged

Conversation

yasakova-anastasia
Copy link

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