cdiddy77 / react-native-mediapipe

A React Native Camera and Player for MediaPipe applications.
MIT License
10 stars 12 forks source link

create settings for facemark landing options #99

Open cdiddy77 opened 4 months ago

cdiddy77 commented 4 months ago

face landmarks has different settings from object detection

  numFaces:  integer 
  minFaceDetectionConfidence: 0 - 1, default: 0.5
  minFacePresenceConfidence: 0 - 1, default: 0.5
  minTrackingConfidence: 0 - 1, default: 0.5
  delegate: CPU | GPU

need to have settings for all of them