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

rasterize_triangles_kernel.so not found #24

Open
itxtayab opened this issue Jan 27, 2024 · 0 comments
Open

rasterize_triangles_kernel.so not found #24

itxtayab opened this issue Jan 27, 2024 · 0 comments

Comments

@itxtayab
Copy link

python demo.py
Traceback (most recent call last):
File "demo.py", line 1, in
import deep_3drecon
File "E:\AI\style_avatar\deep_3drecon_init_.py", line 6, in
from .utils import Reconstructor
File "E:\AI\style_avatar\deep_3drecon\utils.py", line 11, in
from .face_decoder import Face3D
File "E:\AI\style_avatar\deep_3drecon\face_decoder.py", line 5, in
from .mesh_renderer import mesh_renderer
File "E:\AI\style_avatar\deep_3drecon\mesh_renderer\mesh_renderer.py", line 24, in
from . import rasterize_triangles
File "E:\AI\style_avatar\deep_3drecon\mesh_renderer\rasterize_triangles.py", line 30, in
rasterize_triangles_module = tf.load_op_library(
File "C:\Users\anaconda3\envs\python38\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: E:\AI\style_avatar\deep_3drecon\mesh_renderer\kernels\rasterize_triangles_kernel.so not found

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

1 participant