Spaces:
Sleeping
Sleeping
Update difpoint/inference.py
Browse files- difpoint/inference.py +0 -4
difpoint/inference.py
CHANGED
@@ -17,10 +17,6 @@ import uuid
|
|
17 |
import os
|
18 |
import cv2
|
19 |
import tyro
|
20 |
-
from difpoint.src.utils.crop import crop_image, parse_bbox_from_landmark, crop_image_by_bbox, paste_back, paste_back_pytorch
|
21 |
-
from difpoint.src.utils.utils import resize_to_limit, prepare_paste_back, get_rotation_matrix, calc_lip_close_ratio, \
|
22 |
-
calc_eye_close_ratio, transform_keypoint, concat_feat
|
23 |
-
from difpoint.src.utils import utils
|
24 |
|
25 |
import numpy as np
|
26 |
from tqdm import tqdm
|
|
|
17 |
import os
|
18 |
import cv2
|
19 |
import tyro
|
|
|
|
|
|
|
|
|
20 |
|
21 |
import numpy as np
|
22 |
from tqdm import tqdm
|