GithubHelp home page GithubHelp logo

Comments (5)

ziwei-zh avatar ziwei-zh commented on May 28, 2024

Hi, you can select the max value along every channel, like pose1.max(1)

from corrpm.

lizc126 avatar lizc126 commented on May 28, 2024

Hi, you can select the max value along every channel, like pose1.max(1)

Hi, thank you for your reply! So i converted 96x96 back to 384x384 the same way you did for seg2, and selected the pixels with the max values for each of the 16 channels. However, i noticed that 1) for each channel, there are several pixels with the same max values, althouth they are pixels nearby each other 2)when I tried to map the 16 keypoints on the 384x384 test image, the mapping seemed wrong. Is there any steps I am missing? Thank you!

from corrpm.

ziwei-zh avatar ziwei-zh commented on May 28, 2024
  1. First you may have to do NMS or other post-processing. You may refer to simple baseline repo: https://github.com/microsoft/human-pose-estimation.pytorch/blob/18f1d0fa5b5db7fe08de640610f3fdbdbed8fb2f/lib/core/inference.py#L49
  2. I think the upsampling step is not needed since it may cause misalignment issues.

from corrpm.

lizc126 avatar lizc126 commented on May 28, 2024
  1. First you may have to do NMS or other post-processing. You may refer to simple baseline repo: https://github.com/microsoft/human-pose-estimation.pytorch/blob/18f1d0fa5b5db7fe08de640610f3fdbdbed8fb2f/lib/core/inference.py#L49
  2. I think the upsampling step is not needed since it may cause misalignment issues.

Thank you very much! Finally able to get it work;)

from corrpm.

cLEARLoVE00 avatar cLEARLoVE00 commented on May 28, 2024

Hello,Can you share test code to output points?I also want to output 16 points @Sonseca97 ,Thanks

from corrpm.

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.