jbilcke-hf HF staff commited on
Commit
d96ce03
·
1 Parent(s): 73f9255
client/src/hooks/useFaceLandmarkDetection.tsx CHANGED
@@ -18,7 +18,7 @@ export function useFaceLandmarkDetection() {
18
  // if we only send the face/square then we can use 138ms
19
  // unfortunately it doesn't work well yet
20
  // const throttleInMs = 138ms
21
- const throttleInMs = 180
22
  ////////////////////////////////////////////////////////////////////////
23
 
24
  // State for face detection
 
18
  // if we only send the face/square then we can use 138ms
19
  // unfortunately it doesn't work well yet
20
  // const throttleInMs = 138ms
21
+ const throttleInMs = 200
22
  ////////////////////////////////////////////////////////////////////////
23
 
24
  // State for face detection