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

Why attribute order is different for Test and Train data #46

Open
chaitrasj opened this issue Mar 19, 2022 · 2 comments
Open

Why attribute order is different for Test and Train data #46

chaitrasj opened this issue Mar 19, 2022 · 2 comments

Comments

@chaitrasj
Copy link

Hello,
Thank you for this awesome repo.
I have a question, why in import_Market1501Attribute.py file, the label order of Train data is changed? Why both train and test label don't follow same order, is there any specific reason for imposing this?
Thanks

@SuenoSn
Copy link

SuenoSn commented Aug 13, 2022

hello chaitrajs, i have the same question if you have the answer please tell me!

@Yukun-Huang
Copy link
Owner

Hello guys, thank you for your interest in this repo.

The label order in import_Market1501Attribute.py is consistent with the attribute order of the dataset. You can get these orders by loading market_attribute.mat in MATLAB and printing "market_attribute.train" and "market_attribute.test".

I'm also confused why the publisher of this dataset doesn't use the same order for training set and test set. 🙂

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

No branches or pull requests

3 participants