jiaxiangshang / MGCNet

Self-Supervised Monocular 3D Face Reconstruction by Occlusion-Aware Multi-view Geometry Consistency[ECCV 2020]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'rasterize_triangles' from 'thirdParty.tf_mesh_renderer.mesh_renderer.rasterize_triangles'

Iam-Jane opened this issue · comments

I use "pip install mesh_renderer" instead of compile tf_mesh_renderer from github. But I meet this, "ImportError: cannot import name 'rasterize_triangles' from 'thirdParty.tf_mesh_renderer.mesh_renderer.rasterize_triangles' "
But there isn't a function named "rasterize_triangles" in rasterize_triangles.py.

Read the readme file, this module needs compile by ourselves.