Skip to content

Commit

Permalink
fix: removed notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shackerman committed Jun 6, 2024
1 parent e3c778c commit ea6379e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/facelandmarkdetection/src/Photo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ export const Photo: React.FC<Props> = () => {
})
);

// Perform face landmark detection
faceDetection.detect(image.path); // Ensure detect is a method of faceDetection
faceDetection.detect(image.path);

Check failure on line 145 in examples/facelandmarkdetection/src/Photo.tsx

View workflow job for this annotation

GitHub Actions / lint

Property 'detect' does not exist on type 'MediaPipeSolution'.

Check failure on line 145 in examples/facelandmarkdetection/src/Photo.tsx

View workflow job for this annotation

GitHub Actions / lint

Property 'detect' does not exist on type 'MediaPipeSolution'.

setImagePath(image.path);
setScreenState("completed");
Expand Down

0 comments on commit ea6379e

Please sign in to comment.