Hussein El-Hadidy commited on
Commit ·
b41a37f
1
Parent(s): b8b0432
Fix Import
Browse files- CPR/role_classifier.py +1 -1
CPR/role_classifier.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# role_classifier.py
|
| 2 |
import cv2
|
| 3 |
import numpy as np
|
| 4 |
-
from keypoints import CocoKeypoints
|
| 5 |
|
| 6 |
class RoleClassifier:
|
| 7 |
"""Role classification and tracking using image processing"""
|
|
|
|
| 1 |
# role_classifier.py
|
| 2 |
import cv2
|
| 3 |
import numpy as np
|
| 4 |
+
from CPR.keypoints import CocoKeypoints
|
| 5 |
|
| 6 |
class RoleClassifier:
|
| 7 |
"""Role classification and tracking using image processing"""
|