Closed AdrianoW closed 3 years ago
I have a similar issue, different files
pose_solution_packed_assets_loader.js pose_solution_wasm_bin.js pose_solution_packed_assets.data pose_solution_wasm_bin.wasm pose_web.binarypb
ended up with forcing version 0.2
const pose = new Pose({locateFile: (file) => { return 'https://cdn.jsdelivr.net/npm/@mediapipe/pose@0.2/${file}';
Hi @AdrianoW, Could you please test with the latest release and let us know if you still see the same error. Thanks!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.
Hi team,
I have this project online (https://adrianow.github.io/very-kb/) that was working until these days and today I have detected that it stopped working. Looking at the developer console I am receiving the following error:
After some tests (and looking at the time of the last releases) I guess that we have a new version, that has broken the past code. Using past versions, the problem is solved: from
https://cdn.jsdelivr.net/npm/@mediapipe/face_detection@0.3/face_detection.js or https://cdn.jsdelivr.net/npm/@mediapipe/face_detection/face_detection.js"
toto
https://cdn.jsdelivr.net/npm/@mediapipe/face_detection@0.0/face_detection.js
solves the issue