Giter Site home page Giter Site logo

Comments (3)

xiangdonglai avatar xiangdonglai commented on May 23, 2024

There are 2 possibilities as far as I know.

  1. In 'run_fitting.cpp', you can comment out all lines that contain 'Renderer' or 'render', or the lines that read outputs from the renderer. In this way you will still get output in terms of Adam parameters in 'txt' files, but not the visualized images.

  2. The other way is to substitute the OpenGL renderer with EGL, but you will need to do some engineering yourself there.

I think solution 1 is in general easier. because once you save the Adam model parameters and reconstruct the result to a mesh as I did here, you can visualize the results using any other graphical tools that can render a mesh. Hope this will help you.

from monoculartotalcapture.

wtnan2003 avatar wtnan2003 commented on May 23, 2024

@ZhengyiLuo would it be possible for you to share a dockerfile or docker image with me? thx!

from monoculartotalcapture.

nopeiyu avatar nopeiyu commented on May 23, 2024

There are 2 possibilities as far as I know.

  1. In 'run_fitting.cpp', you can comment out all lines that contain 'Renderer' or 'render', or the lines that read outputs from the renderer. In this way you will still get output in terms of Adam parameters in 'txt' files, but not the visualized images.
  2. The other way is to substitute the OpenGL renderer with EGL, but you will need to do some engineering yourself there.

I think solution 1 is in general easier. because once you save the Adam model parameters and reconstruct the result to a mesh as I did here, you can visualize the results using any other graphical tools that can render a mesh. Hope this will help you.

I modified the code according to your method 1. It can run successfully on the remote server, but the output result is very poor. It seems that render is necessary for optical flow. How can I modify it to run correctly on the remote server? I look forward to your reply

from monoculartotalcapture.

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.