GithubHelp home page GithubHelp logo

Comments (7)

chenyilun95 avatar chenyilun95 commented on July 28, 2024

It's a bug we've known. That maybe causing 4-pixel error in the highest point. But we don't think it seriously because some post-processing operations might relieve the problem. I've just implemented the code (models/COCO.res50.256x192.CPN.finerlabel) quickly following your thinking in branch dev and do the experiment. You're welcome to check the code. I'll later report the result.
Thank you for your carefulness!

from tf-cpn.

lilhope avatar lilhope commented on July 28, 2024

How about adding an regression layer to learn the offset, like the Region Proposal Network?(Faster RCNN).

from tf-cpn.

chenyilun95 avatar chenyilun95 commented on July 28, 2024

It seems that CNN is good at classification rather than regression in general. Adding regression to reduce error may helps a little more but it requires proper design of code implementation.

from tf-cpn.

chenyilun95 avatar chenyilun95 commented on July 28, 2024

The performance of finer label is same as the original. I think it may be because

  1. there exists other coordinate misaligned problem in code.
  2. post processing relieved the problem of 4-pixel error.
  3. COCO evaluation tools are not sensitive to this small error. ( exp(-x) )

But I think it actually helps (+ >0.0) if the implementation is completely right. it's a pity...

from tf-cpn.

lilhope avatar lilhope commented on July 28, 2024

get It. Thanks for your nice feedback

from tf-cpn.

kaleidoscopical avatar kaleidoscopical commented on July 28, 2024

@chenyilun95 Hi! I am interested in this issue. Could you please list some high-level summaries of the post-processing step? Or, is there some papers or blogs describing similar post-processing step? @

from tf-cpn.

chenyilun95 avatar chenyilun95 commented on July 28, 2024

@kaleidoscopical These testing tricks are listed in experiments section in our paper.

from tf-cpn.

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.