Coder Social home page Coder Social logo

Comments (6)

Cysu avatar Cysu commented on May 15, 2024

You may refer to this function call as an example. Basically you just need to send in detected gallery bounding boxes, their corresponding features, as well as the probe features, as explained here.

from person_search.

22wei22 avatar 22wei22 commented on May 15, 2024

I am a undergraduate student,I really can not get the CMC and mAP curve,Could you tell me how to do it specifically such as how to run demo?Thank you very much

from person_search.

Cysu avatar Cysu commented on May 15, 2024

Do you have problems with running the evaluation command

experiments/scripts/eval_test.sh resnet50 50000 resnet50

or do you want to use the evaluation code to test your own method?

from person_search.

22wei22 avatar 22wei22 commented on May 15, 2024

experiments/scripts/eval_test.sh resnet50 50000 resnet50 This is ok.Now I just want to get your CMC and mAP curve in your issue.it is not mine

from person_search.

Cysu avatar Cysu commented on May 15, 2024

Ok, I got it. To get the full CMC curve, you may need to add return accs at the end of the evaluation function. This is the CMC values starting from top-1. You can then fetch and print the return value at here

cmc = imdb.evaluate_search(...)
print cmc

I'm afraid you cannot get the mAP curve, as mAP is a scalar itself.

from person_search.

njustzjw avatar njustzjw commented on May 15, 2024

Hey,could you tell me how to get the dataset the author provided in README?Thank you very much!

from person_search.

Related Issues (20)

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.