Giter Site home page Giter Site logo

Installation guide about humanmultiview HOT 5 OPEN

lisa676 avatar lisa676 commented on August 22, 2024
Installation guide

from humanmultiview.

Comments (5)

williamljb avatar williamljb commented on August 22, 2024

Hi Ian786,

Thanks for your interest!
For installation, please check the guide here. The prerequisites are the same.
For training/test options, please see src_ortho/config.py

from humanmultiview.

lisa676 avatar lisa676 commented on August 22, 2024

Hi @williamljb thanks for your kind response. I just gave it my best try and it's working only for single image.

I have some questions, kindly help me by answering these questions

  1. What do you meant by multi-view?
    (a) Getting single/multi images as input and then view results of all corresponding images in different views? I mean image 1 (input) --> result (in different views), image 2 (input) --> result (in different views).
    or
    (b) Getting multi images from different view (may be from 2 cameras) as input and then view best possible results (as one image)? I mean images (1+2) --> results (as single image having different view).

  2. In demo.py line 156 you declared a list fcs which is getting faces.obj and show.obj file. What is the purpose of this list, is it necessary part of this repository, if yes then from where we can get faces.obj and show.obj files?

  3. If I passed only single image, I can get result in two different views along with original view. It means for single image code is working fine but when I passed more than one images having different views (captured from 2 cameras with different views) then I'm getting following error.

Screenshot from 2020-03-16 16-56-01

Thanks for your precious time.

from humanmultiview.

williamljb avatar williamljb commented on August 22, 2024

Hi Ian786,

  1. It is (b). The final visualized result will be on camera 0.
  2. The faces in the list are the same as SMPL models. This is just a convenient way to reconstruct and export the body mesh since I didn't know the API for the faces in the renderer or in the SMPL model.
  3. Can you show me your command? You can check if the image paths are parsed correctly here. I guess one possible reason is that you may have an extra comma at the end of the input string.

from humanmultiview.

lisa676 avatar lisa676 commented on August 22, 2024

Hi @williamljb here is my command
python -m demo --img_paths data/image1.png, data/image2.png

from humanmultiview.

williamljb avatar williamljb commented on August 22, 2024

Hi Ian786,

The problem is because there is an extra space between two image paths. Try the following:
python -m demo --img_paths data/image1.png,data/image2.png

from humanmultiview.

Related Issues (10)

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.