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
2021-03-11 14:36:42.069441: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): GeForce RTX 2080 Ti, Compute Capability 7.5
/home/b/anaconda3/envs/fit/lib/python3.7/site-packages/pytorch3d/io/obj_io.py:70: UserWarning: Faces have invalid indices
warnings.warn("Faces have invalid indices")
Traceback (most recent call last):
File "main.py", line 180, in
main()
File "main.py", line 146, in main
model = UVInpainting(config, device, sess, graph)
File "/home/b/MeInGame/uv_inpainting.py", line 83, in init
self.init_test()
File "/home/b/MeInGame/uv_inpainting.py", line 268, in init_test
self.reconstructor = Deep3DFace(self.sess, self.graph)
File "/home/b/MeInGame/lib/deep3d.py", line 23, in init
self.bfm = BFM_model('.', 'data/models/bfm2009_{}.mat'.format(bfm_version))
File "/home/b/MeInGame/lib/deep3d.py", line 121, in init
self.load_BFM09()
File "/home/b/MeInGame/lib/deep3d.py", line 130, in load_BFM09
self.shapeMU = model['meanshape'].astype(np.float32) # mean face shape
KeyError: 'meanshape'
Help me please, how fix this problem?
The text was updated successfully, but these errors were encountered:
2021-03-11 14:36:42.069441: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): GeForce RTX 2080 Ti, Compute Capability 7.5
/home/b/anaconda3/envs/fit/lib/python3.7/site-packages/pytorch3d/io/obj_io.py:70: UserWarning: Faces have invalid indices
warnings.warn("Faces have invalid indices")
Traceback (most recent call last):
File "main.py", line 180, in
main()
File "main.py", line 146, in main
model = UVInpainting(config, device, sess, graph)
File "/home/b/MeInGame/uv_inpainting.py", line 83, in init
self.init_test()
File "/home/b/MeInGame/uv_inpainting.py", line 268, in init_test
self.reconstructor = Deep3DFace(self.sess, self.graph)
File "/home/b/MeInGame/lib/deep3d.py", line 23, in init
self.bfm = BFM_model('.', 'data/models/bfm2009_{}.mat'.format(bfm_version))
File "/home/b/MeInGame/lib/deep3d.py", line 121, in init
self.load_BFM09()
File "/home/b/MeInGame/lib/deep3d.py", line 130, in load_BFM09
self.shapeMU = model['meanshape'].astype(np.float32) # mean face shape
KeyError: 'meanshape'
Help me please, how fix this problem?
The text was updated successfully, but these errors were encountered: