Deep3DFaceReconstruction
Deep3DFaceReconstruction copied to clipboard
Error in running the python demo.py
Hi, When i am running the command as "python demo.py" the below error has been displayed.
2021-03-22 17:11:28.867587: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.summary API due to missing TensorBoard installation.
Traceback (most recent call last):
File "demo.py", line 12, in
I get the same error. @Iswarya05 how did you solve this problem? Do we need to built the tensorflow from source?
I solved this problem by installing TensorFlow C API from https://www.tensorflow.org/install/lang_c
because tf.load_op_library requires libtensorflow_framework.so
but
now I get the following error:
NotFoundError: ./renderer/rasterize_triangles_kernel.so: undefined symbol: _ZN10tensorflow15TensorShapeBaseINS_11TensorShapeEEC1EN4absl4SpanIKxEE
Hi Im also getting the same error, even if I set -D_GLIBCXX_USE_CXX11_ABI=1
. How to solve it?
/kernels/rasterize_triangles_kernel.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE