-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
What happened?
When I'm trying to import hand-pose-detection in my code, which has been working for months, I get a 403 error.
Relevant code
import * as handPoseDetection from "@tensorflow-models/hand-pose-detection";
import * as tf from "@tensorflow/tfjs";Relevant log output
GET https://storage.googleapis.com/kagglesdsdata/models/700/835/model.json?X-Go…8a3ee9f… 403 (Forbidden)
Error: Request to https://tfhub.dev/mediapipe/tfjs-model/handpose_3d/landmark/lite/1/model.json?tfjs-format=file failed with status code 403. Please verify this URL points to the model JSON of the model to load.tensorflow_hub Version
0.13.0.dev (unstable development build)
TensorFlow Version
2.8 (latest stable release)
Other libraries
No response
Python Version
3.x
OS
Linux