cindyb
cindyb
yeah this is causing some pain here as well
is there really no other way to do this by now @phuocng ?
you'll need to pass in options. Here's a start: ``` function getFaceDetectorOptions() { if (selected_face_detector == "tiny_face_detector") { return new self.faceapi.TinyFaceDetectorOptions({ inputSize, scoreThreshold, drawLines: true, drawPoints: false }); } }...
Also eager to help test the new 4.0. Have some highlighting updates in my fork and would love to see how it integrates