Skip to content

Unable to set min_score_thresh on Face Landmark Detector #4

@MVoloshin

Description

@MVoloshin

Hi! I'm implementing face landmark detector in C++ and have problems trying to set "min_score_thresh" value using:

mp_add_option_float(builder,
		"facedetectionshortrangecpu__facedetectionshortrange__facedetection__TensorsToDetectionsCalculator",
        	"min_score_thresh", min_score_thresh);

It fails with the following message:
image

Could you tell me, what I'm doing wrong?
OpenCV 4.8.0, MediaPipe 0.10.8 (also tried 0.9.3.0 and 0.8.11)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions