Coder Social home page Coder Social logo

Comments (10)

layumi avatar layumi commented on July 30, 2024

Hi @ciwei123,
Just for a quick explanation,

  • gt_query is for multiple-query evaluation.
  • gt_bbox is for detection quality evaluation.

More details can be found at http://www.liangzheng.com.cn/Project/project_reid.html.

4) "gt_query". This folder contains the ground truth annotations. For each query, the relevant images are marked as "good" or "junk". "junk" has zero impact on search accuracy. "junk" images also include those in the same camera with the query.
5) "gt_bbox". We also provide the hand-drawn bounding boxes. They are used to judge whether a DPM bounding box is good. 

from market-1501_attribute.

ciwei123 avatar ciwei123 commented on July 30, 2024

@layumi Thanks your reply! That means that 'gt_query' and 'query' are for evaluate the model, right?
And another question, I have trained a reid model 'model.ckpt-300000', how I evaluate the model? Thank you again!!

from market-1501_attribute.

layumi avatar layumi commented on July 30, 2024

Which framework did you use?
I do not know with the ckpt file.

If you use python, especially pytorch, you may refer to https://github.com/layumi/Person_reID_baseline_pytorch/blob/master/evaluate.py
If you use matlab, you may refer to
https://github.com/layumi/2016_person_re-ID/tree/master/evaluation

from market-1501_attribute.

ciwei123 avatar ciwei123 commented on July 30, 2024

@layumi Thank you very much! And I have learned your "tutorial", that is very useful .Thank you again.Now, I have an another question.I have trained the model from "https://github.com/nwojke/cosine_metric_learning" , and this link code have created "query.mat" and "test.mat", but when I evaluate the model ,I need a ”query_max.mat“ file.How I can get the file according the "query.mat"? Looking for your reply.

from market-1501_attribute.

layumi avatar layumi commented on July 30, 2024

Why you need a 'query_max.mat'?
You want to conduct a multiple-query evaluation?

from market-1501_attribute.

ciwei123 avatar ciwei123 commented on July 30, 2024

@layumi Yes! I want to conduct a multiple-query evaluation. Because I see the following paragraph:" While the single-gallery-shot CMC is well defined, it does not have a common agreement when it comes to the multi-gallery-shot setting, where each gallery identity could have multiple instances. " Could you help me get the "query_max.mat" file according the "query.mat" ? Looking for your reply.Thank you very much.

from market-1501_attribute.

layumi avatar layumi commented on July 30, 2024

@ciwei123
Please check the original code of Market-1501. It includes a code for multiple-query evaluation http://www.liangzheng.org/Project/project_reid.html , which generates query_max and query_avg.

from market-1501_attribute.

ciwei123 avatar ciwei123 commented on July 30, 2024

@layumi Thank you .You really give me a lot of help. I want to combine a REID code for my tracking, I find a REID code Rank 1=79.1, mAP=56.68 in Market-1501. I want to find a better performance code. Could you give me some advice about REID open source ?Thank you very much!

from market-1501_attribute.

layumi avatar layumi commented on July 30, 2024

If you want to use matlab, you may check this link (https://github.com/layumi/Person_reID_baseline_matconvnet).
If you want to use python, please check this (https://github.com/layumi/Person_reID_baseline_pytorch).

from market-1501_attribute.

ciwei123 avatar ciwei123 commented on July 30, 2024

@layumi I will study it .I don't know how to express my gratitude. If I can help you something, please contact me.Thank you again.

from market-1501_attribute.

Related Issues (19)

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.