mediapipe
mediapipe copied to clipboard
In face_mesh JS: `Uncaught (in promise) RuntimeError: Aborted(LinkError: import object field 'invoke_viid' is not a Function)`
System information (Please provide as much relevant information as possible)
- Copypasted in JS face_mesh demo . Code is this.
- Platform: WSL / Arch Linux
- Solution: FaceMesh
- Programming Language and version ( e.g. C++, Python, Java): JS
Describe the expected behavior: Demo works as expected. Demo file as I ran it is here.
Other info / Complete Logs:
Full error message:
Uncaught (in promise) RuntimeError: Aborted(LinkError: import object field 'invoke_viid' is not a Function)
abort https://cdn.jsdelivr.net/npm/@mediapipe/face_mesh/face_mesh_solution_simd_wasm_bin.js:9
createMediapipeSolutionsWasm https://cdn.jsdelivr.net/npm/@mediapipe/face_mesh/face_mesh_solution_simd_wasm_bin.js:9
face_mesh_solution_simd_wasm_bin.js:9:25559
Hi @ndrewtl , Could you please provide steps to reproduce this issue.
I got this running the basic face_mesh demo. But I realized that this was only happening in Firefox, which is not supported. Chrome works. Are there any plans to make this API available for Firefox?
Hello @ndrewtl, We are upgrading the MediaPipe Legacy Solutions to new MediaPipe solutions However, the libraries, documentation, and source code for all the MediaPipe Legacy Solutions will continue to be available in our GitHub repository and through library distribution services, such as Maven and NPM.
You can continue to use those legacy solutions in your applications if you choose. Though, we would request you to check new MediaPipe solutions which can help you more easily build and customize ML solutions for your applications. These new solutions will provide a superset of capabilities available in the legacy solutions.
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
This issue was closed due to lack of activity after being marked stale for past 7 days.