Giter Site home page Giter Site logo

Comments (6)

gengshan-y avatar gengshan-y commented on July 29, 2024

Hi, the detection pipeline in the repo is the one I used to generate the preprocessed data, besides some difference in color visualization. To get a better color vis, here is some discussion in the original densepose repo. I can look further if you post the bad results.

from banmo.

Xin-97 avatar Xin-97 commented on July 29, 2024

Hi, as shown in the following, I preprocess cat-pikachiu with the raw data (the second one), the bounding box is always not correct and the color does not look like the preprocessed data. What does the different color mean in the shown video (the first video)?

vis.mp4
vis_1.mp4

from banmo.

gengshan-y avatar gengshan-y commented on July 29, 2024

The bbox on the cat is correct as far as I can see. The bbox on other categories are automatically filtered and not used for reconstruction.

The vis in the proposed data is a densepose visualization that I posted in the first reply.

Let me know if this does not answer your question.

from banmo.

Xin-97 avatar Xin-97 commented on July 29, 2024

Hi, as shown in the second video, the bounding box always has a bit more on the bottom and right. This happens in all videos.

from banmo.

gengshan-y avatar gengshan-y commented on July 29, 2024

You are right, this is a separate visualization bug. This line should be replace by

    outputs.pred_boxes.tensor[:,:2] -= pad
    outputs.pred_boxes.tensor[:,2:] -= 2*pad

I don't think this affects reconstruction though. Thanks for the catch. Will update the repo.

from banmo.

Xin-97 avatar Xin-97 commented on July 29, 2024

Hi, I have tried the code, the second line may also be -= pad. Thank you very much!

from banmo.

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.