Face-Super-Resolution-Guided-by-3D-Facial-Priors icon indicating copy to clipboard operation
Face-Super-Resolution-Guided-by-3D-Facial-Priors copied to clipboard

How to get BFM_model_front.mat

Open wytcsuch opened this issue 4 years ago • 3 comments

Thank you very much for your contribution. I'm now run demo.py and where can I get the BFM_model_front.mat? Is there a link to download it?

wytcsuch avatar Feb 04 '21 08:02 wytcsuch

Thank you very much for your contribution. I'm now run demo.py and where can I get the BFM_model_front.mat? Is there a link to download it?

To get BFM_model_front.mat, please download from google driver https://drive.google.com/file/d/1fW1hvcg0Tk3PquNovyYIDjHC1Unq2Gfl/view?usp=sharing

HUuxiaobin avatar Feb 04 '21 09:02 HUuxiaobin

Thank you very much for your contribution. I'm now run demo.py and where can I get the BFM_model_front.mat? Is there a link to download it?

To get BFM_model_front.mat, please download from google driver https://drive.google.com/file/d/1fW1hvcg0Tk3PquNovyYIDjHC1Unq2Gfl/view?usp=sharing

Thank you very much for your reply. I'm trying to use demo.py to generate five facial key landmarks. however it need model_mask3_pure.pb.

with tf.Graph().as_default() as graph, tf.device('/cpu:0'):
		print('try1')
		graph_def = load_graph('faceReconstruction/network/model_mask3_pure.pb')
		images = tf.placeholder(name = 'input_imgs', shape = [None,224,224,3], dtype = tf.float32)

wytcsuch avatar Feb 05 '21 07:02 wytcsuch

Thank you very much for your contribution. I'm now run demo.py and where can I get the BFM_model_front.mat? Is there a link to download it?

To get BFM_model_front.mat, please download from google driver https://drive.google.com/file/d/1fW1hvcg0Tk3PquNovyYIDjHC1Unq2Gfl/view?usp=sharing

Thank you very much for your reply. I'm trying to use demo.py to generate five facial key landmarks. however it need model_mask3_pure.pb.

with tf.Graph().as_default() as graph, tf.device('/cpu:0'):
		print('try1')
		graph_def = load_graph('faceReconstruction/network/model_mask3_pure.pb')
		images = tf.placeholder(name = 'input_imgs', shape = [None,224,224,3], dtype = tf.float32)

https://drive.google.com/file/d/1YxDxY8JjCdDDdgC_rV0-izgGrwcOi-Sr/view?usp=sharing,download network.zip

HUuxiaobin avatar Feb 05 '21 12:02 HUuxiaobin