You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run the example sketch: https://editor.p5js.org/ml5/sketches/hMN9GdrO3
Following error is displayed in console:
Initialization of backend webgpu failed
index.js:259 TypeError: t.requestAdapterInfo is not a function
at Object.factory (pose-detection.esm.js:17:97544)
at async b.ready (engine.js:93:13)
at async fG.loadModel (index.js:256:7)
Minimal Reproducible Example
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Today the error is no longer been displayed, but this may be indicative of a bigger issue where sub components of ml5 library are changing that are not part of the npm library delivery
I am running in Google Chrome Version 131.0.6778.86 (Official Build) (64-bit)
Processor: AMD Ryzen 9 7845HX with Radeon Graphics 3.00 GHz
Edition Windows 11 Home
Version 23H2
Installed on 8/16/2024
OS build 22631.4460
Experience Windows Feature Experience Pack 1000.22700.1047.0
Issue Type
Runtime Error, Unexpected Behavior
ml5.js Version
v.1.2.0 Latest
Development Environment
p5js editror
Browser & Operating System
Chrome Macos Version 131.0.6778.69 (Official Build) (arm64)
Issue Description
From documentation:
https://docs.ml5js.org/#/reference/bodypose
run the example sketch:
https://editor.p5js.org/ml5/sketches/hMN9GdrO3
Following error is displayed in console:
Initialization of backend webgpu failed
index.js:259 TypeError: t.requestAdapterInfo is not a function
at Object.factory (pose-detection.esm.js:17:97544)
at async b.ready (engine.js:93:13)
at async fG.loadModel (index.js:256:7)
Minimal Reproducible Example
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: