You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: