Coder Social home page Coder Social logo

Comments (4)

belveder79 avatar belveder79 commented on June 13, 2024

seems to be linked to the graphics card type GTX980 - it works on single RTX3060 but also fails on multi-GPU setup with 4 NVIDIA TITAN V cards...

from alicevision.

belveder79 avatar belveder79 commented on June 13, 2024

ok, now I have tested it on four setups using MeshRoom 2023.2.0...

1x 4-TITAN-V - failed
1x 4-GTX980 - failed
1x 1-GTS1060 - worked
1x 1-GTX3060 - worked

seems to be a multi-GPU issue?

from alicevision.

aashutoshpy avatar aashutoshpy commented on June 13, 2024

I have the same issue, but it is working when rolled back to Meshroom 2023.1.0. Tested on g4dn.12xlarge

from alicevision.

DerrangedGadgeteer avatar DerrangedGadgeteer commented on June 13, 2024

I encountered this same error using the current (Sept 2, 2023) precompiled Linux binary, with all default settings on my own photo dataset.

My system uses one RTX 2080 Super for graphics output, and 4x Tesla P100's for compute. OS: Ubuntu 22.04

I believe I can support the Multi-GPU hypothesis. If I use the system variables to hide all but one GPU from Meshroom, the computation of Depth Maps goes ahead without error.

user@computer:~$ export CUDA_VISIBLE_DEVICES="1"
user@computer:~$ ./Meshroom

Note: the CUDA_VISIBLE_DEVICES variable takes either a GPU ID number, or a comma-separated list of GPU ID Numbers. So if your desired GPU is ID: 0, then you'd put ="0" or if you're trying multi-gpu, it should be something more like ="0,1,3," etc.

from alicevision.

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.