Relative Content

Tag Archive for mediapipe

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 […]