-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Hello and thanks for your code.
I've successfully installed and fine-tuned this model on my own data. Unfortunately, i've met some problems trying to run
python test_personalized.py [audio] [person_id] [gpu_id]
On the line
os.system('CUDA_VISIBLE_DEVICES=%d python render_for_view2.py %s %s %s %d %d %s'%(gpu_id,coeff_dir,coef_path1,save_dir, relativeframe,pingyi,tex2_path))
I've got error
AttributeError: module '012ff3e36e3c24aefc4a3a7b68a03fedd1e7a7e1' has no attribute 'rasterize_triangles'
at the line
barycentric_coords, triangle_ids, _ = (
rasterize_triangles_module.rasterize_triangles(
clip_space_vertices[b, :, :], triangles, image_width,
image_height))
In the Audio/code/mesh_renderer/rasterize_triangles.py file. So, apparently, rasterize_triangles_module doesn't have attribute rasterize_triangles for some reason, though I've changed loading line to
rasterize_triangles_module = tf.load_op_library(
os.path.join('/home/daddywesker/DeepFake/Audio-driven-TalkingFace-HeadPose/Deep3DFaceReconstruction/'
'tf_mesh_renderer/mesh_renderer/kernels/rasterize_triangles_kernel.so'))
Any advises?
Metadata
Metadata
Assignees
Labels
No labels