Spaces:
Running
on
Zero
Running
on
Zero
Update src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/faceboxes_detector.py
Browse files
src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/faceboxes_detector.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
import cv2, os
|
3 |
import numpy as np
|
4 |
import torch
|
|
|
1 |
+
from detector import Detector
|
2 |
import cv2, os
|
3 |
import numpy as np
|
4 |
import torch
|