Skip to content

Commit

Permalink
Update render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangz-nju-cuhk authored Mar 19, 2020
1 parent 4b76193 commit ce7d498
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions models/networks/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ def __init__(self, opt):
u_shp = _load(osp.join(d, 'u_shp.npy'))
u_exp = _load(osp.join(d, 'u_exp.npy'))
self.keypoints = _load(osp.join(d, 'keypoints_sim.npy'))
self.texMU = _load(osp.join(d, 'texMU.npy')) # 159645 * 1
self.texPC = _load(osp.join(d, 'texPC.npy')) # 159645 * 199
self.texEV = _load(osp.join(d, 'texEV.npy')) # 199 * 1
self.keypoints = _load(osp.join(d, 'keypoints_sim.npy'))
self.n_tex_para = len(self.texEV)
self.pose_noise = opt.pose_noise
self.large_pose = opt.large_pose
u = u_shp + u_exp
Expand Down

0 comments on commit ce7d498

Please sign in to comment.