osanseviero commited on
Commit
2d9f18f
·
1 Parent(s): be6ee40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ from huggingface_hub import hf_hub_download
13
  from face_detection import RetinaFace
14
  from model import SixDRepNet
15
  import utils
 
16
 
17
  snapshot_path = hf_hub_download(repo_id="osanseviero/6DRepNet_300W_LP_AFLW2000", filename="model.pth")
18
 
 
13
  from face_detection import RetinaFace
14
  from model import SixDRepNet
15
  import utils
16
+ import cv2
17
 
18
  snapshot_path = hf_hub_download(repo_id="osanseviero/6DRepNet_300W_LP_AFLW2000", filename="model.pth")
19