Skip to content

Commit

Permalink
fixed a stupic typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Feb 23, 2024
1 parent c65ccd1 commit af28931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/vision/lasr_vision_torch/nodes/service
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def detect(request: TorchFaceFeatureDetectionDescriptionRequest) -> TorchFaceFea
# class_pred, colour_pred = lasr_vision_torch.predict_frame(head_frame, torso_frame, full_frame, head_mask, torso_mask, lasr_vision_torch.model, lasr_vision_torch.thresholds_mask, lasr_vision_torch.erosion_iterations, lasr_vision_torch.dilation_iterations, lasr_vision_torch.thresholds_pred)
rst_str = lasr_vision_torch.predict_frame(head_frame, torso_frame, full_frame, head_mask, torso_mask,)

response = TorchFaceFeatureDetectionDescriptionRequest()
response = TorchFaceFeatureDetectionDescriptionResponse()
response.description = rst_str
# response.detected_features = str(class_pred) + str(colour_pred)
# response.detected_features = []
Expand Down

0 comments on commit af28931

Please sign in to comment.