-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you use meshroom with amd video cards? #218
Comments
Yes, you cannot do the depth map computation on AMD cards as it is implemented in CUDA. So you cannot create the mesh. |
Hello, would it be possible for you to use hipify to automatically convert your CUDA code to HIP ? Would be very nice, and it did work very well with all of my personal projects. |
Aviallon did this work by chance? Im relatively new to photogrametry, i was looking for a program that didnt have a huge learning curve. Came upon meshroom only to get a depth error and my research landed me to this thread. So like i said im new so be easy, what you have linked, will that fix my depth issue in meshroom? And how do i use what you posted? |
@lloydw88 Yes, Hip now supports all cuda functions used in alicevision, so using hipify is possible, but I did not have time yet to figure out how to compile the hipified code. Check the referenced issues (above) for details. |
Thank you. Im new to photogramatry, so please be gentle. So when you say hipify will work. Is hipify a seperate program I have to download? Do we embed it in meshroom? How exactly do you use hipify with meshroom to make a decent model? |
@lloydw88 At the moment there is no ready to use version that works without cuda. Hip is a layer that can translate cuda code. Hipified code can be compiled and run on nvidia and amd GPUs. |
@lloydw88 I watched your youtube video. Note: You won´t get Hip+Meshroom running without some coding knowledge. So you need to wait for us to compile a non-cuda version or use the alternatives I listed before. |
Thank you. Im new to photogrammetry if you couldnt tell. Lol. How long
do you suppose the version of meshroom will be available for non gpu
computers?
Lloyd Willis
…On Mon, Dec 9, 2019, 4:02 AM natowi ***@***.***> wrote:
@lloydw88 <https://github.com/lloydw88> I watched your youtube video.
Note: You won´t get Hip+Meshroom running without some coding knowledge. So
you need to wait for us to compile a non-cuda version or use the
alternatives I listed before.
Regarding your model from the video:
You have to many large, featureless (same colour (black/yellow), no
texture) surfaces, and reflections so you won´t get a good reconstruction
from this. Check out some "how to capture images for photogrammetry"
tutorials to get the basics.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#218>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN7MOO3E5CFB4BYR6APP3ETQXYJVBANCNFSM4FR6DU7Q>
.
|
@lloydw88 There will be an announcement when there is a non cuda version. Release date is unknown. |
I am hopeful that this announcement will be not too far away @natowi 😊? |
@Richardsonmapper Sorry, I had to pause looking into this for now, as I have to work on another, time-sensitive project. I´ll get back to it. |
It would be very cool if meshroom would work with AMD-Cards. |
Yes, it’s a shame to use a locked technology (CUDA) in this great open source software. Go sycl ! |
Hey, just another ++ from an AMD user! Getting rid of my last NVIDIA card next week, and would love to keep using and promoting Meshroom <3 If any testers are needed for this effort, I'd love to help. :) |
Like wise I would be happy to assist with any testing if needed :) |
I'm waiting for an AMD-enabled Meshroom version as well! |
Same here |
Hi all, Same here: Same problems here: downscale = 4 |
AMD compat would be AMAZING |
So what’s going on? Is hipify really taking that long? It’s been two years since that suggestion and nobody ever tried it? |
I believe the discussion carries on in here: alicevision/AliceVision#439 |
Hey, I started using meshroom today and at first everything went well and it got to DepthMap, then it stopped. It said [error] This program needs a CUDA-Enabled GPU (with at least compute capablility 2.0). What I understand from that is that I need a NVIDIA GPU because CUDA doesn't run with amd or something. Does that mean I can't use the software with an amd video card?
my amd video card is Radeon RX 470
The text was updated successfully, but these errors were encountered: