mediapipe is not detecting faces on Apple silicon
I’m using mediapipe in the standard way:
mediapipe is not detecting faces on Apple silicon
I’m using mediapipe in the standard way:
mediapipe is not detecting faces on Apple silicon
I’m using mediapipe in the standard way:
@Meadiapipe hands detection: sometimes I get fetch error
in general, hand detection works well, but lately I’ve been noticing this error periodically
mediapipe pipeline error with facelandmark detection
condition ubuntu 20.04 mediapipe-0.10.11 trying to buid the facelandmark landmark pipeline. I modify the code mediapipe-0.10.11/mediapipe/modules/face_landmark/face_landmark_gpu.pbtxt modified face_landmark_gpu.pbtxt type: “FaceLandmarkGpu” #GPU image. (GpuBuffer) input_stream: “IMAGE:image” # ROI (region of interest) within the given image where a face is located. # (NormalizedRect) input_stream: “ROI:roi” # Whether to run face mesh model with attention on lips and […]