Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pitop/processing/algorithms/ball_detect.py:102: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:106: error: Missing type parameters for generic type "tuple"
- pitop/processing/algorithms/ball_detect.py:111: error: Incompatible return value type (got "Optional[Any]", expected "Tuple[Any, ...]")
- pitop/processing/algorithms/ball_detect.py:114: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:114: error: Missing type parameters for generic type "tuple"
- pitop/processing/algorithms/ball_detect.py:126: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:130: error: Missing type parameters for generic type "deque"
- pitop/processing/algorithms/ball_detect.py:145: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:164: error: Call to untyped function "import_libs" in typed context
- pitop/processing/algorithms/ball_detect.py:168: error: Call to untyped function "Ball" in typed context
- pitop/processing/algorithms/ball_detect.py:177: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:177: error: Function is missing a type annotation for one or more arguments
- pitop/processing/algorithms/ball_detect.py:177: error: Missing type parameters for generic type "list"
- pitop/processing/algorithms/ball_detect.py:178: error: Function is missing a type annotation
- pitop/processing/algorithms/ball_detect.py:197: error: Call to untyped function "import_libs" in typed context
- pitop/processing/algorithms/ball_detect.py:198: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/ball_detect.py:204: error: Call to untyped function "parse_colors" in typed context
- pitop/processing/algorithms/ball_detect.py:205: error: Call to untyped function "__find_most_likely_ball" in typed context
- pitop/processing/algorithms/ball_detect.py:213: error: Call to untyped function "__draw_ball_contrail" in typed context
- pitop/processing/algorithms/ball_detect.py:215: error: Call to untyped function "__draw_ball_position" in typed context
- pitop/processing/algorithms/ball_detect.py:217: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/ball_detect.py:224: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:224: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/ball_detect.py:229: error: Function is missing a type annotation
- pitop/processing/algorithms/ball_detect.py:230: error: Item "None" of "Optional[Any]" has no attribute "circle"
- pitop/processing/algorithms/ball_detect.py:231: error: Item "None" of "Optional[Any]" has no attribute "circle"
- pitop/processing/algorithms/ball_detect.py:235: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/ball_detect.py:239: error: Function is missing a type annotation
- pitop/processing/algorithms/ball_detect.py:245: error: Item "None" of "Optional[Any]" has no attribute "line"
- pitop/processing/algorithms/ball_detect.py:249: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/ball_detect.py:253: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:253: error: Function is missing a type annotation for one or more arguments
- pitop/processing/algorithms/ball_detect.py:254: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/ball_detect.py:256: error: Item "None" of "Optional[Any]" has no attribute "bitwise_and"
- pitop/processing/algorithms/ball_detect.py:258: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/ball_detect.py:262: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:262: error: Function is missing a type annotation for one or more arguments
- pitop/processing/algorithms/ball_detect.py:263: error: Item "None" of "Optional[Any]" has no attribute "blur"
- pitop/processing/algorithms/ball_detect.py:264: error: Item "None" of "Optional[Any]" has no attribute "COLOR_BGR2HSV"
- pitop/processing/algorithms/ball_detect.py:264: error: Item "None" of "Optional[Any]" has no attribute "cvtColor"
- pitop/processing/algorithms/ball_detect.py:26: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:26: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/ball_detect.py:278: error: Item "None" of "Optional[Any]" has no attribute "inRange"
- pitop/processing/algorithms/ball_detect.py:282: error: Item "None" of "Optional[Any]" has no attribute "erode"
- pitop/processing/algorithms/ball_detect.py:283: error: Item "None" of "Optional[Any]" has no attribute "dilate"
- pitop/processing/algorithms/ball_detect.py:287: error: Function is missing a type annotation
- pitop/processing/algorithms/ball_detect.py:291: error: Item "None" of "Optional[Any]" has no attribute "grab_contours"
- pitop/processing/algorithms/ball_detect.py:292: error: Item "None" of "Optional[Any]" has no attribute "findContours"
- pitop/processing/algorithms/ball_detect.py:293: error: Item "None" of "Optional[Any]" has no attribute "CHAIN_APPROX_SIMPLE"
- pitop/processing/algorithms/ball_detect.py:293: error: Item "None" of "Optional[Any]" has no attribute "RETR_EXTERNAL"
- pitop/processing/algorithms/ball_detect.py:298: error: Function is missing a type annotation
- pitop/processing/algorithms/ball_detect.py:299: error: Item "None" of "Optional[Any]" has no attribute "resize"
- pitop/processing/algorithms/ball_detect.py:29: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/algorithms/ball_detect.py:300: error: Call to untyped function "__find_contours" in typed context
- pitop/processing/algorithms/ball_detect.py:314: error: Call to untyped function "BallLikeness" in typed context
- pitop/processing/algorithms/ball_detect.py:31: error: Call to untyped function "import_imutils" in typed context
- pitop/processing/algorithms/ball_detect.py:333: error: Call to untyped function "center_reposition" in typed context
- pitop/processing/algorithms/ball_detect.py:336: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
- pitop/processing/algorithms/ball_detect.py:35: error: Function is missing a type annotation
- pitop/processing/algorithms/ball_detect.py:36: error: Call to untyped function "import_libs" in typed context
- pitop/processing/algorithms/ball_detect.py:39: error: Item "None" of "Optional[Any]" has no attribute "minEnclosingCircle"
- pitop/processing/algorithms/ball_detect.py:40: error: Item "None" of "Optional[Any]" has no attribute "contourArea"
- pitop/processing/algorithms/ball_detect.py:42: error: Item "None" of "Optional[Any]" has no attribute "matchShapes"
- pitop/processing/algorithms/ball_detect.py:43: error: Call to untyped function "__circular_match_contour" in typed context
- pitop/processing/algorithms/ball_detect.py:49: error: Function is missing a return type annotation
- pitop/processing/algorithms/ball_detect.py:56: error: Item "None" of "Optional[Any]" has no attribute "circle"
- pitop/processing/algorithms/ball_detect.py:65: error: Item "None" of "Optional[Any]" has no attribute "grab_contours"
- pitop/processing/algorithms/ball_detect.py:66: error: Item "None" of "Optional[Any]" has no attribute "findContours"
- pitop/processing/algorithms/ball_detect.py:67: error: Item "None" of "Optional[Any]" has no attribute "CHAIN_APPROX_SIMPLE"
- pitop/processing/algorithms/ball_detect.py:67: error: Item "None" of "Optional[Any]" has no attribute "RETR_EXTERNAL"
- pitop/processing/algorithms/ball_detect.py:70: error: Item "None" of "Optional[Any]" has no attribute "contourArea"
- pitop/processing/algorithms/ball_detect.py:78: error: Function is missing a type annotation
- pitop/processing/algorithms/ball_detect.py:86: error: Need type annotation for "_center_points"
- pitop/processing/algorithms/ball_detect.py:99: error: Incompatible return value type (got "Optional[Any]", expected "float")
- pitop/processing/algorithms/faces/core/emotion.py:12: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/emotion.py:16: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/emotion.py:20: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/emotion.py:24: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/emotion.py:28: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/emotion.py:2: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/emotion.py:2: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/core/emotion.py:32: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/emotion.py:36: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/emotion.py:7: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/emotion.py:7: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/core/face.py:101: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:105: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face.py:109: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:113: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face.py:117: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:121: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face.py:17: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:17: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/core/face.py:24: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:24: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/core/face.py:30: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:37: error: Call to untyped function "center_reposition" in typed context
- pitop/processing/algorithms/faces/core/face.py:43: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:53: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face.py:57: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:58: error: Call to untyped function "get_face_angle" in typed context
- pitop/processing/algorithms/faces/core/face.py:61: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:62: error: Call to untyped function "pupil_distance" in typed context
- pitop/processing/algorithms/faces/core/face.py:65: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:66: error: Call to untyped function "left_eye_center" in typed context
- pitop/processing/algorithms/faces/core/face.py:69: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:70: error: Call to untyped function "left_eye_dimensions" in typed context
- pitop/processing/algorithms/faces/core/face.py:73: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:74: error: Call to untyped function "right_eye_center" in typed context
- pitop/processing/algorithms/faces/core/face.py:77: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:78: error: Call to untyped function "right_eye_dimensions" in typed context
- pitop/processing/algorithms/faces/core/face.py:81: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:82: error: Call to untyped function "mouth_center" in typed context
- pitop/processing/algorithms/faces/core/face.py:85: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:86: error: Call to untyped function "mouth_dimensions" in typed context
- pitop/processing/algorithms/faces/core/face.py:89: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:90: error: Call to untyped function "nose_bottom" in typed context
- pitop/processing/algorithms/faces/core/face.py:93: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face.py:97: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:102: error: Call to untyped function "feature_center" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:105: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:113: error: Call to untyped function "feature_center" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:116: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:127: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:138: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:138: error: Function is missing a type annotation for one or more arguments
- pitop/processing/algorithms/faces/core/face_utils.py:156: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:156: error: Function is missing a type annotation for one or more arguments
- pitop/processing/algorithms/faces/core/face_utils.py:157: error: Call to untyped function "get_landmarks_dict" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:161: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:162: error: Call to untyped function "feature_center" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:162: error: Call to untyped function "mouth_landmarks" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:165: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:174: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:175: error: Call to untyped function "mouth_landmarks" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:181: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:195: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:199: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:203: error: Incompatible types in assignment (expression has type "OrderedDict[str, object]", variable has type "OrderedDict[str, Tuple[int, int]]")
- pitop/processing/algorithms/faces/core/face_utils.py:25: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:59: error: "builtins.object*" object is not iterable
- pitop/processing/algorithms/faces/core/face_utils.py:60: error: "builtins.object*" object is not iterable
- pitop/processing/algorithms/faces/core/face_utils.py:79: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/core/face_utils.py:87: error: Call to untyped function "left_eye_center" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:88: error: Call to untyped function "right_eye_center" in typed context
- pitop/processing/algorithms/faces/core/face_utils.py:94: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/emotion_classifier.py:149: error: Call to untyped function "get_svc_feature_vector" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:161: error: Call to untyped function "running_mean" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:170: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:171: error: Call to untyped function "__draw_on_frame" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:177: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/emotion_classifier.py:17: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/emotion_classifier.py:17: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/emotion_classifier.py:181: error: Item "None" of "Optional[Any]" has no attribute "getTextSize"
- pitop/processing/algorithms/faces/emotion_classifier.py:189: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:191: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:193: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:195: error: Item "None" of "Optional[Any]" has no attribute "putText"
- pitop/processing/algorithms/faces/emotion_classifier.py:206: error: Item "None" of "Optional[Any]" has no attribute "circle"
- pitop/processing/algorithms/faces/emotion_classifier.py:20: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:210: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:22: error: Call to untyped function "import_face_utils" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:28: error: Function is missing a type annotation for one or more arguments
- pitop/processing/algorithms/faces/emotion_classifier.py:29: error: Call to untyped function "import_libs" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:31: error: Item "None" of "Optional[Any]" has no attribute "FACIAL_LANDMARKS_68_IDXS"
- pitop/processing/algorithms/faces/emotion_classifier.py:34: error: Item "None" of "Optional[Any]" has no attribute "FACIAL_LANDMARKS_68_IDXS"
- pitop/processing/algorithms/faces/emotion_classifier.py:40: error: Call to untyped function "load_emotion_model" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:43: error: Call to untyped function "Emotion" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:44: error: Item "None" of "Optional[Any]" has no attribute "FONT_HERSHEY_PLAIN"
- pitop/processing/algorithms/faces/emotion_classifier.py:52: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/emotion_classifier.py:53: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:58: error: Call to untyped function "clear" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:62: error: Call to untyped function "__get_emotion" in typed context
- pitop/processing/algorithms/faces/emotion_classifier.py:66: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/emotion_classifier.py:83: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:104: error: Call to untyped function "__prepare_face_data" in typed context
- pitop/processing/algorithms/faces/face_detector.py:116: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/face_detector.py:116: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/face_detector.py:119: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/algorithms/faces/face_detector.py:121: error: Call to untyped function "import_dlib" in typed context
- pitop/processing/algorithms/faces/face_detector.py:123: error: Call to untyped function "import_face_utils" in typed context
- pitop/processing/algorithms/faces/face_detector.py:125: error: Call to untyped function "import_imutils" in typed context
- pitop/processing/algorithms/faces/face_detector.py:127: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:136: error: Item "None" of "Optional[Any]" has no attribute "cvtColor"
- pitop/processing/algorithms/faces/face_detector.py:137: error: Item "None" of "Optional[Any]" has no attribute "resize"
- pitop/processing/algorithms/faces/face_detector.py:138: error: Item "None" of "Optional[Any]" has no attribute "COLOR_BGR2GRAY"
- pitop/processing/algorithms/faces/face_detector.py:142: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:149: error: Call to untyped function "__process_detected_rectangles" in typed context
- pitop/processing/algorithms/faces/face_detector.py:156: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:172: error: Item "None" of "Optional[Any]" has no attribute "rect_to_bb"
- pitop/processing/algorithms/faces/face_detector.py:180: error: Call to untyped function "__get_dlib_face_features" in typed context
- pitop/processing/algorithms/faces/face_detector.py:184: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:193: error: Item "None" of "Optional[Any]" has no attribute "shape_to_np"
- pitop/processing/algorithms/faces/face_detector.py:195: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:196: error: Item "None" of "Optional[Any]" has no attribute "correlation_tracker"
- pitop/processing/algorithms/faces/face_detector.py:197: error: "None" has no attribute "start_track"
- pitop/processing/algorithms/faces/face_detector.py:199: error: Item "None" of "Optional[Any]" has no attribute "rectangle"
- pitop/processing/algorithms/faces/face_detector.py:207: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/face_detector.py:207: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/face_detector.py:210: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:218: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:223: error: Item "None" of "Optional[Any]" has no attribute "rectangle"
- pitop/processing/algorithms/faces/face_detector.py:225: error: "None" has no attribute "update"
- pitop/processing/algorithms/faces/face_detector.py:232: error: Call to untyped function "convert_dlib_rect_to_int_type" in typed context
- pitop/processing/algorithms/faces/face_detector.py:233: error: "None" has no attribute "get_position"
- pitop/processing/algorithms/faces/face_detector.py:235: error: Call to untyped function "__get_dlib_face_features" in typed context
- pitop/processing/algorithms/faces/face_detector.py:237: error: Item "None" of "Optional[Any]" has no attribute "rect_to_bb"
- pitop/processing/algorithms/faces/face_detector.py:245: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:250: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/faces/face_detector.py:258: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/faces/face_detector.py:259: error: Call to untyped function "__draw_on_frame" in typed context
- pitop/processing/algorithms/faces/face_detector.py:264: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:266: error: Item "None" of "Optional[Any]" has no attribute "rectangle"
- pitop/processing/algorithms/faces/face_detector.py:270: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/faces/face_detector.py:274: error: Item "None" of "Optional[Any]" has no attribute "drawMarker"
- pitop/processing/algorithms/faces/face_detector.py:277: error: Call to untyped function "tuple_for_color_by_name" in typed context
- pitop/processing/algorithms/faces/face_detector.py:278: error: Item "None" of "Optional[Any]" has no attribute "MARKER_CROSS"
- pitop/processing/algorithms/faces/face_detector.py:281: error: Item "None" of "Optional[Any]" has no attribute "FILLED"
- pitop/processing/algorithms/faces/face_detector.py:286: error: Function is missing a return type annotation
- pitop/processing/algorithms/faces/face_detector.py:286: note: Use "-> None" if function does not return a value
- pitop/processing/algorithms/faces/face_detector.py:45: error: Call to untyped function "__import_libs" in typed context
- pitop/processing/algorithms/faces/face_detector.py:49: error: "None" has no attribute "get_frontal_face_detector"
- pitop/processing/algorithms/faces/face_detector.py:50: error: Call to untyped function "load_face_landmark_predictor" in typed context
- pitop/processing/algorithms/faces/face_detector.py:53: error: "None" has no attribute "createCLAHE"
- pitop/processing/algorithms/faces/face_detector.py:55: error: Call to untyped function "Face" in typed context
- pitop/processing/algorithms/faces/face_detector.py:65: error: Function is missing a type annotation
- pitop/processing/algorithms/faces/face_detector.py:71: error: Call to untyped function "__import_libs" in typed context
- pitop/processing/algorithms/faces/face_detector.py:72: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/faces/face_detector.py:82: error: Call to untyped function "__get_frame_to_process" in typed context
- pitop/processing/algorithms/faces/face_detector.py:86: error: Call to untyped function "__detect_largest_face" in typed context
- pitop/processing/algorithms/faces/face_detector.py:91: error: Call to untyped function "__start_tracker" in typed context
- pitop/processing/algorithms/line_detect.py:15: error: Function is missing a return type annotation
- pitop/processing/algorithms/line_detect.py:35: error: Function is missing a type annotation
- pitop/processing/algorithms/line_detect.py:36: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/algorithms/line_detect.py:37: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/line_detect.py:42: error: Call to untyped function "calculate_blue_limits" in typed context
- pitop/processing/algorithms/line_detect.py:43: error: Call to untyped function "color_mask" in typed context
- pitop/processing/algorithms/line_detect.py:44: error: Call to untyped function "find_largest_contour" in typed context
- pitop/processing/algorithms/line_detect.py:52: error: Call to untyped function "find_centroid" in typed context
- pitop/processing/algorithms/line_detect.py:53: error: Call to untyped function "center_reposition" in typed context
- pitop/processing/algorithms/line_detect.py:56: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
- pitop/processing/algorithms/line_detect.py:58: error: Call to untyped function "robot_view" in typed context
- pitop/processing/algorithms/line_detect.py:63: error: Call to untyped function "convert" in typed context
- pitop/processing/algorithms/line_detect.py:75: error: Function is missing a type annotation
- pitop/processing/algorithms/line_detect.py:76: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/algorithms/line_detect.py:82: error: Call to untyped function "draw_contour_bound" in typed context
- pitop/processing/algorithms/line_detect.py:97: error: Function is missing a type annotation
- pitop/processing/algorithms/line_detect.py:98: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/core/load_models.py:24: error: Function is missing a type annotation
- pitop/processing/core/load_models.py:48: error: Call to untyped function "download_file" in typed context
- pitop/processing/core/load_models.py:52: error: Call to untyped function "extract_file" in typed context
- pitop/processing/core/load_models.py:59: error: Function is missing a type annotation
- pitop/processing/core/load_models.py:5: error: Function is missing a type annotation
- pitop/processing/core/load_models.py:67: error: Call to untyped function "retrieve_model" in typed context
- pitop/processing/core/load_models.py:6: error: Function is missing a type annotation
- pitop/processing/core/load_models.py:81: error: Function is missing a type annotation
- pitop/processing/core/load_models.py:84: error: Call to untyped function "import_dlib" in typed context
- pitop/processing/core/load_models.py:86: error: Call to untyped function "retrieve_model" in typed context
- pitop/processing/core/math_functions.py:14: error: Function is missing a type annotation
- pitop/processing/core/math_functions.py:25: error: Call to untyped function "calculate_mean" in typed context
- pitop/processing/core/math_functions.py:29: error: Function is missing a type annotation
- pitop/processing/core/math_functions.py:4: error: Function is missing a type annotation
- pitop/processing/core/vision_functions.py:100: error: Function is missing a type annotation
- pitop/processing/core/vision_functions.py:118: error: Function is missing a type annotation
- pitop/processing/core/vision_functions.py:150: error: Function is missing a type annotation
- pitop/processing/core/vision_functions.py:15: error: Function is missing a return type annotation
- pitop/processing/core/vision_functions.py:26: error: Function is missing a return type annotation
- pitop/processing/core/vision_functions.py:37: error: Function is missing a type annotation
- pitop/processing/core/vision_functions.py:38: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/core/vision_functions.py:4: error: Function is missing a return type annotation
- pitop/processing/core/vision_functions.py:51: error: Function is missing a type annotation
- pitop/processing/core/vision_functions.py:52: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/core/vision_functions.py:70: error: Function is missing a type annotation
- pitop/processing/core/vision_functions.py:71: error: Call to untyped function "import_opencv" in typed context
- pitop/processing/core/vision_functions.py:80: error: Incompatible types in assignment (expression has type "None", variable has type "int")
- pitop/processing/core/vision_functions.py:81: error: Incompatible types in assignment (expression has type "None", variable has type "int")
- pitop/processing/core/vision_functions.py:86: error: Function is missing a type annotation
Advertisement
Add Comment
Please, Sign In to add comment