GithubHelp home page GithubHelp logo

Comments (3)

dvornikita avatar dvornikita commented on June 26, 2024

I can't tell you exactly why you have 0 ap since there is not enough details. However, one thing I noticed is that you use a split 'val2017' that wasn't in a list of allowed splits initially. Check that you adapted everything correctly.

from blitznet.

Hwang64 avatar Hwang64 commented on June 26, 2024

Thank you for you reply~
I use the coco 2017 val set to evaluate the detection performance and I have modified the corresponding codes to test the model. However, when I use the released model with the command above, all the results are 0. I only modify the code related to the pre-preparation of the dataset and any other codes are the same with the original. So I am confused that if there are configurations or anything else I don't set well. There is another interesting thing is that when I evaluate the release model on Pascal voc 2007, the results are corret~~
so i am confused now and need for your help~~~~

from blitznet.

dvornikita avatar dvornikita commented on June 26, 2024

As I said already, 'val2017' is not in the list of supported splits since we have used splits of 2014 year. The corresponding split to 'val2017' is 'minival2014'. So in your command put "--split=minival2014' instead.
Be sure you have the splits downloaded and all the paths (to the dataset and splits) set up correctly.

from blitznet.

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.