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

_image_ops.so not found #67136

Open
neonarc4 opened this issue May 8, 2024 · 2 comments
Open

_image_ops.so not found #67136

neonarc4 opened this issue May 8, 2024 · 2 comments
Assignees
Labels
comp:lite TF Lite related issues stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TFLiteConverter For issues related to TFLite converter type:support Support issues

Comments

@neonarc4
Copy link

neonarc4 commented May 8, 2024

eucid = tfa.image.euclidean_dist_transform(gray)
coming from tfa image ecudiean

    eucid = tfa.image.euclidean_dist_transform(gray)
  File "C:\Users\haide\AppData\Local\Programs\Python\Python310\lib\site-packages\tensorflow_addons\image\distance_transform.py", line 67, in euclidean_dist_transform
    output = _image_so.ops.addons_euclidean_distance_transform(images, dtype)
  File "C:\Users\haide\AppData\Local\Programs\Python\Python310\lib\site-packages\tensorflow_addons\utils\resource_loader.py", line 68, in ops
    self._ops = tf.load_op_library(
  File "C:\Users\haide\AppData\Local\Programs\Python\Python310\lib\site-packages\tensorflow\python\framework\load_library.py", line 54, in load_op_library
    lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: C:\Users\haide\AppData\Local\Programs\Python\Python310\lib\site-packages\tensorflow_addons\custom_ops\image\_image_ops.so not found
@neonarc4 neonarc4 added the TFLiteConverter For issues related to TFLite converter label May 8, 2024
@sushreebarsa sushreebarsa added type:support Support issues comp:lite TF Lite related issues labels May 8, 2024
@sushreebarsa
Copy link
Contributor

sushreebarsa commented May 14, 2024

@neonarc4 If you are facing the error as "_image_ops.so not found" , it indicates that TensorFlow is unable to locate a required library file for image processing functionalities. Please try to reinstall TF with GPU support and follow the instructions here. Kindly fill the issue template for easy analysis of the issue.
Thank you!

@sushreebarsa sushreebarsa added the stat:awaiting response Status - Awaiting response from author label May 14, 2024
Copy link

This issue is stale because it has been open for 7 days with no activity. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:lite TF Lite related issues stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TFLiteConverter For issues related to TFLite converter type:support Support issues
Projects
None yet
Development

No branches or pull requests

2 participants