-
Notifications
You must be signed in to change notification settings - Fork 24
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
Where are the codes for processing sysu-30k dataset #2
Comments
Why the BagLabel in one bag contains duplicated numbers(id), and the image folders are also duplicated in bag_level_label.json? what are the relationships among the images in the same folder, they belong to the same id? |
Let's take a part of bag_level_label.json as an example for illustration: This indicates that all the images in ["0000000003/*"] can be assigned to a bag label [3]; and all the images in ["0000000002/*", "0000000003/*", "0000000004/*"] can be assigned to a bag label [2, 3, 4]; and all the images in ["0000000001/*", "0000000002/*", "0000000003/*", "0000000004/*", "0000000005/*"] can be assigned to a bag label [1, 2, 3, 4, 5]. |
I have a similar question: For example:
why bag1 has two "0" and u'bag0000000002 even has three "0"? Thank you. |
I found the codes for processing the datasets like market1501, CUHK03, etc in data folder, but no sysu-30K. If you can tell how to process the proposed dataset, and how to set bagid, batchid, batchimage? Since there are no image-level labels, so how to sample batchimages?
The text was updated successfully, but these errors were encountered: