|
|
@@ -1,6 +1,6 @@
|
|
|
import uuid, json
|
|
|
-from backend_refactor.db import task
|
|
|
-from service.video_analyzer import BaseVideoAnalyzer, CrunchVideoAnalyzer, HighKneesVideoAnalyzer, PlankVideoAnalyzer, SquatVideoAnalyzer
|
|
|
+
|
|
|
+from service.video_analyzer import BaseVideoAnalyzer, CrunchVideoAnalyzer, HighKneesVideoAnalyzer, PlankVideoAnalyzer, SquatVideoAnalyzer, StandingLongJumpVideoAnalyzer
|
|
|
# from service.video.Video3DAnalyzer import Video3DAnalyzer
|
|
|
|
|
|
from db import db
|
|
|
@@ -46,7 +46,7 @@ def analysis():
|
|
|
"PHOTO_STANDING": StandingPhotoAnalyzer,
|
|
|
"VIDEO_HIGHKNEES": HighKneesVideoAnalyzer,
|
|
|
"VIDEO_CRUNCH": CrunchVideoAnalyzer,
|
|
|
- "VIDEO_STANDINGLONGJUMP": StandingPhotoAnalyzer,
|
|
|
+ "VIDEO_STANDINGLONGJUMP": StandingLongJumpVideoAnalyzer,
|
|
|
"VIDEO_PLANK": PlankVideoAnalyzer,
|
|
|
"VIDEO_SQUAT": SquatVideoAnalyzer
|
|
|
}
|