comment out
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from glibvision.numpy_utils import rotate_point_euler,load_data
|
|
16 |
from gradio_utils import save_image,save_buffer,clear_old_files ,read_file
|
17 |
|
18 |
import cv2
|
19 |
-
from cv2_pose_estimate import draw_head_pose
|
20 |
|
21 |
import numpy as np
|
22 |
from numpy.typing import NDArray
|
|
|
16 |
from gradio_utils import save_image,save_buffer,clear_old_files ,read_file
|
17 |
|
18 |
import cv2
|
19 |
+
#from cv2_pose_estimate import draw_head_pose
|
20 |
|
21 |
import numpy as np
|
22 |
from numpy.typing import NDArray
|