Giter Site home page Giter Site logo

colmap stage 0 failed about nerf2mesh HOT 4 OPEN

r530044129 avatar r530044129 commented on May 25, 2024
colmap stage 0 failed

from nerf2mesh.

Comments (4)

r530044129 avatar r530044129 commented on May 25, 2024

I use ubuntu 18, python 3.8, torch 1.13.1, cuda 11.6

from nerf2mesh.

ashawkey avatar ashawkey commented on May 25, 2024

@r530044129 Hi, have you modified the code? NVdiffrast is not supposed to run in CUDA context in non-gui mode as there are many limitations, like this one.
You could make H/W divisible by 8 before passing it to ``mark_unseen_triangles` if you have to use CUDA context, but it will still error out in texture exportation (unless you reduce texture resolution to 2048 and ssaa to 1, since the max resolution CUDA context support is 2048).

from nerf2mesh.

r530044129 avatar r530044129 commented on May 25, 2024

@ashawkey yeah, I forget tell you that I do have changed code, in mark_unseen_triangles(),I change OpenGL to Cuda, around line 818.
Because When I use default code, there is an Aborted after Saving Mesh, see this picture
[F glutil.cpp:338] eglInitialize() failed
image
And after some google search, someone suggest maybe I could use cuda to replace Opengl, but it's seems not work too, lol
Hope you can help me to figure out the Aborted Problem, thanks!

from nerf2mesh.

ashawkey avatar ashawkey commented on May 25, 2024

This indicates the OpenGL installation is somewhat wrong. You may refer to this sicxu/Deep3DFaceRecon_pytorch#2.

from nerf2mesh.

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.