|
|
@@ -5,7 +5,7 @@ import cv2
|
|
|
|
|
|
from config import UPLOAD_DIR
|
|
|
from service.ai.photo.standing_photo import *
|
|
|
-from service.ai.util import torch_openpose
|
|
|
+from service.ai.util.torch_openpose import torch_openpose
|
|
|
from service.ai.util.util import draw_bodypose
|
|
|
|
|
|
|