GithubHelp home page GithubHelp logo

Comments (4)

ZhiweiREN97 avatar ZhiweiREN97 commented on July 1, 2024

Hi @abdullahchand, I also have the same problem. Actually, if I used the camera parameters the author provided on my own video, the results is OK. But if I inputted my camera parameters, the results are poor for most of the frames. I guess there might be some issues about the format of the camera parameters. I noticed that in the camera.py the T is divided by 1000, I multiply it on my own parameters but it doesn't work.

Would you mind telling me if you solved this problem?

from muvs.

abdullahchand avatar abdullahchand commented on July 1, 2024

Hi @ZhiweiREN97 . I actually I was able to solve it for most of the videos. I was able to get the intrinsic parameters correct and used the extrinsic parameters from the default camera.mat. They worked well but not for all Videos. In SMPLfy the authors predict the extrinsic parameters through fitting the model and only need the extrinsic parameters in there. The problem comes buecause in this repository, that feature has been replaced by absolute parameters. We have to give extrinsic and intrinsic parameters.

from muvs.

ZhiweiREN97 avatar ZhiweiREN97 commented on July 1, 2024

Thanks @abdullahchand! I absolutely agree with you. I also found out that if I use my own intrinsic parameters and keep the default exterinsic parameters unchanged, the results are much better than I use both intrinsic and extrinsic parameters of my own. However, I need to projected the mesh back to the images which is not good enough if the extrinsic parameters are not changed. I guess the problem is the bad initial parameters. I would update it if I found a perfect solution to that.

from muvs.

ZhiweiREN97 avatar ZhiweiREN97 commented on July 1, 2024

Hi @abdullahchand! I found a temporary solution for this. You can use your own camera parameters and you need to multiply the "t" by 1000 (at least for me that works). Then, you may choose two views with a good deepcut result. The loss get to 10e2 for me which is much better than before.

from muvs.

Related Issues (14)

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.