Giter Club home page Giter Club logo

market-1501_attribute's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

market-1501_attribute's Issues

how to sort the images to match the order of labels?

How to sort the images to match the images and the labels?

for example, the image:

"0665_c6s2_041293_01.jpg"

  1. we convert the string "0665" to integer 665, than sort them or
  2. we sort the the string "0665" in alphabet order.

In 1. "99" < "100" but In 2 "99" > "100".

I want to know which one the author used ?

License

What is the license under which the dataset is released?

24 attributes in APR paper

Thanks for the work! I came across the original paper and it seems that only 24 attributes are used in the APR paper, but the dataset has 27 attributes in total. I tried to look through the paper and see if there's any specific reasons for it and did not managed to find any. May I kindly check what are the 3 attributes that are not used and if I am supposed to throw out those attributes when doing experiments?

Thank you!

why test data(i.e., 13115 x 12 matrix)

Hi,
Based on Market-1501 dataset, we have 750 identities for test and 19,732 test images.
I understand the 12 column values, but why 13115 entries?
Thank you

Invalid values for 'up' label

I loaded gallery_market.mat and looked at the values in the third column.

The README.md says that the third column contains values for "Sleeve length" (up) and that possible values are ["long sleeve (1)", "short sleeve (2)"] but some of the data has a value of 3.

>> load gallery_market.mat
>> sum(gallery(:,3)==3)

ans =

        1234

Am I interpreting the data correctly?

Is this the right ordering of attributes?
['gender', 'hair', 'up', 'down', 'clothes', 'hat', 'backpack', 'bag', 'handbag', 'age', 'upcolor', 'downcolor']

Thanks

The attribute label seems not so accuracy.

As shown in following picture, the label indicates that the person doesn't have a bag. But it seems that the person has a bag.
The age seems like adult instead of teenager.
The upper-body clothing seems like pink instead of white.
image

How the data is annotated ?

Hello,
Thank you for your effort,
Could I know how you've annotate this dataset?

Do you apply yolo to crop all the people from any scene then save them as separate images and use a txt file to annotate them ?
or you've used a specific annotation tool for labeling ?

Regards

Inappropriate color label

I found two images were inappropriately labeled. The color differences are calculated by CIEDE2000. RGB value standards are according to Wikipedia. I randomly picked a 3x3 area and got the mean RGB value followed by converting to L* A* B* space.

RGB_Pink = [255, 192, 203];
RGB_Purple = [128, 0, 128];
RGB_Yellow = [255, 255, 0];

  1. 0430 in bounding_box_train or 227 in market_attribute.train

It was labeled as downpink = 2.
My results: de_Pink = 65.4, de_Purple = 16.3;

  1. 0601 in bounding_box_test or 289 in market_attribute.test

It was labeled as upyellow = 2.
My results: de_Yellow = 85.1, de_Purple = 17.8;

Values were different according to the picked area, but the differences were significantly large.

implementation of the reweighthing module: how to element-wise multiplied attribute predictions score and global feature

Hi, thank you for sharing the dataset. I'm trying to implement your paper in pytorch. Got some few questions.
Let's suppose I'm using a 64 minibatch on Market-1501 dataset. And I use the 28 attributes (I personally have 30).
Using this section,
image

number of attribute m = 28
Equation 3). Is simply a Linear layer (ax + b) with bias term follow by a sigmoid.
for 64 minibatch, 
The attribute prediction score has shape [64, 28] i.e., R^{64xm}
The global image representation has shape [64, 2048]

In your paper, you said, you element-wise multiplied the two. How can you multiply the attribute prediction score ([64, 28]) with a feature representation of shape [64, 2048].
can you explain what I'm missing here?
Thank you.

how can I know the true index ?

In the mat file, the market_attribute train shape is 751x27.
How can I know the first row of it is which image ?
The bounding box of train folder have 751 identity, but i do not know how to map the label to image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.