Skip to content
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

About running demo #27

Open
Christopherlivy opened this issue May 30, 2022 · 3 comments
Open

About running demo #27

Christopherlivy opened this issue May 30, 2022 · 3 comments

Comments

@Christopherlivy
Copy link

Hi.First thanks for sharing this!
I am new to the tensorflow and not familiar with CUDA, i use the MacBook Pro and I want to successfully run the demo first, I run the code and it says:
tensorflow.python.framework.errors_impl.NotFoundError: dlopen(./external/tf_nndistance_so.so, 6): image not found

I think its problem of CUDA implementations, is there a way not use the CUDA if I just want to use the pre-trained model to get a result first?

@Aquahugs
Copy link

Having same problem

@grEmsIsY
Copy link

@Christopherlivy Did you fixed yet?

@topinfrassi01
Copy link
Contributor

If you only want to use the pre-trained model, you shouldn't need to load this library you might just modify the code to remove this dependency.

If you want to retrain and everything, I figured out that you don't really need the CUDA file to compute the loss as doing it directly with Tensorflow is almost as fast for meshes of ~6000 points (from what I tested). https://www.tensorflow.org/graphics/api_docs/python/tfg/nn/loss/chamfer_distance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants