Spanicin commited on
Commit
6768138
·
verified ·
1 Parent(s): 4ff6d23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def main(args):
130
  crop=[0, -1, 0, -1],
131
  re_preprocess=True, # Set to True if you want to reprocess; False otherwise
132
  exp_img="neutral", # Can be 'smile', 'neutral', or path to an expression image
133
- face3d_net_path="checkpoints/face3d_pretrain_epoch_20.pth",
134
  one_shot=False,
135
  up_face="original", # Options: 'original', 'sad', 'angry', 'surprise'
136
  LNet_batch_size=16,
 
130
  crop=[0, -1, 0, -1],
131
  re_preprocess=True, # Set to True if you want to reprocess; False otherwise
132
  exp_img="neutral", # Can be 'smile', 'neutral', or path to an expression image
133
+ face3d_net_path = path_of_net_recon_model ,
134
  one_shot=False,
135
  up_face="original", # Options: 'original', 'sad', 'angry', 'surprise'
136
  LNet_batch_size=16,