junjunjunman

Results 1 comments of junjunjunman

hands.py line 114 ``` super().__init__( binary_graph_path=_BINARYPB_FILE_PATH, side_inputs={ 'model_complexity': model_complexity, 'num_hands': max_num_hands, 'use_prev_landmarks': not static_image_mode, }, calculator_params={ 'palmdetectioncpu__TensorsToDetectionsCalculator.min_score_thresh': min_detection_confidence, 'handlandmarkcpu__ThresholdingCalculator.threshold': min_tracking_confidence, }, outputs=[ 'multi_hand_landmarks', 'multi_hand_world_landmarks', 'multi_handedness' ]) ``` solution_base.py line 265...