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

tf_nndistance_so.so not found #119

Open
1051138574 opened this issue Aug 15, 2023 · 2 comments
Open

tf_nndistance_so.so not found #119

1051138574 opened this issue Aug 15, 2023 · 2 comments

Comments

@1051138574
Copy link

When I was training,Display error
Traceback (most recent call last):
File "D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\train.py", line 21, in
from p2m.models import GCN
File "D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\p2m\models.py", line 20, in
from p2m.losses import *
File "D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\p2m\losses.py", line 18, in
from p2m.chamfer import *
File "D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\p2m\chamfer.py", line 21, in
nn_distance_module = tf.load_op_library('D:/pycharm/Pixel2Mesh-master1/Pixel2Mesh-master/external/tf_nndistance_so.so')
File "D:\anaconda\envs\pix9\lib\site-packages\tensorflow\python\framework\load_library.py", line 64, in load_op_library
None, None, error_msg, error_code)
tensorflow.python.framework.errors_impl.NotFoundError: D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\external\tf_nndistance_so.so not found

Display this file tf_ Nndistance_ So.so cannot be found
But this article does exist, and I haven't changed its name either

@1051138574
Copy link
Author

And my path is definitely not wrong

@sksnb
Copy link

sksnb commented Mar 8, 2024

Hello, I also had the same issue, did you fix this issue

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

2 participants