Git Product home page Git Product logo

Comments (3)

Yzmblog avatar Yzmblog commented on August 18, 2024 2

Dear authors,

Could you show a specific example of the preprocessing for the videos in the wild, e.g., how to generate accurate human mask and how to get the camera matrix? I saw in the paper, you mentioned that RVM is used for mask generation. However, the mask we obtained values between 0 and 1. Is a hard mask required for this task or we can just used the matting results?

Thanks

Hi, We need a hard mask, so you can use a threshold to filter the estimated results. And we get the camera matrix estimated by PARE. I will update some in-the-wild examples later, thanks for your feedback sincerely! :)

from monohuman.

Dipankar1997161 avatar Dipankar1997161 commented on August 18, 2024

Dear authors,
Could you show a specific example of the preprocessing for the videos in the wild, e.g., how to generate accurate human mask and how to get the camera matrix? I saw in the paper, you mentioned that RVM is used for mask generation. However, the mask we obtained values between 0 and 1. Is a hard mask required for this task or we can just used the matting results?
Thanks

Hi, We need a hard mask, so you can use a threshold to filter the estimated results. And we get the camera matrix estimated by PARE. I will update some in-the-wild examples later, thanks for your feedback sincerely! :)

@Yzmblog,
Hello,

I got the smpl values from PARE,
however, what about the camera intrinsic and extrinsic values in this case? Since PARE gives weak perspective cameras.

I found out 2 cases that the weak perspective cameras can be used as follows but which one is correct?
E = [[s, 0, 0, tx],
[0, s, 0, ty]
[ 0, 0, 1, 0],
[0, 0, 0, 1 ]]

another - [[ 1. 0. 0. tx]
[ 0. 1. 0. ty]
[ 0. 0. 1. s]
[ 0. 0. 0. 1. ]]

Could you provide information on how can I construct the cam params so I can process my file further for training

from monohuman.

Yzmblog avatar Yzmblog commented on August 18, 2024

Dear authors,
Could you show a specific example of the preprocessing for the videos in the wild, e.g., how to generate accurate human mask and how to get the camera matrix? I saw in the paper, you mentioned that RVM is used for mask generation. However, the mask we obtained values between 0 and 1. Is a hard mask required for this task or we can just used the matting results?
Thanks

Hi, We need a hard mask, so you can use a threshold to filter the estimated results. And we get the camera matrix estimated by PARE. I will update some in-the-wild examples later, thanks for your feedback sincerely! :)

@Yzmblog, Hello,

I got the smpl values from PARE, however, what about the camera intrinsic and extrinsic values in this case? Since PARE gives weak perspective cameras.

I found out 2 cases that the weak perspective cameras can be used as follows but which one is correct? E = [[s, 0, 0, tx], [0, s, 0, ty] [ 0, 0, 1, 0], [0, 0, 0, 1 ]]

another - [[ 1. 0. 0. tx] [ 0. 1. 0. ty] [ 0. 0. 1. s] [ 0. 0. 0. 1. ]]

Could you provide information on how can I construct the cam params so I can process my file further for training

Hi, you should first convert (s, tx, ty) to (tx, ty, tz), and then the second format is right.

from monohuman.

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.