Darrin Grove
Darrin Grove
@rthadur If it's helpful, the error is being thrown in HTTPRequest in tfjs-core. In the case of the example, it's being called with: path = https://tfhub.dev/google/tfjs-model/movenet/singlepose/lightning/4/model.json?tfjs-format=file loadOptions = {fromTFHub: true}...
@rthadur @jinjingforever Since this issue involved loading the model, I decided to try the LOAD_MODEL_FROM_BUNDLE option. In this case, createDetector successfully returns the new model, but the call to estimatePoses...
@rthadur Any update on this? Were you able to reproduce it?
@Wil2129 Thanks for the research and work around. To answer your original question, this issue has not been resolved and is still open. I temporarily recast my project as a...
I am seeing similar results with the pose-detection example. I am also testing with MoveNet Lightning, and the FPS is lower with MoveNet Thunder and BlazePose experiments. I'm interested in...
I confirmed that this error exists after adding react-viro. This work around did resolve the issue temporarily, but what is the root cause and permanent solution?