Model: - Hand detector: detects hand and return the bbox of palm & palm keypoints - Hand pose: detects keypoints from cropped hand image Resource: - https://github.com/tensorflow/tfjs-models/tree/master/handpose - Hand detector: https://tfhub.dev/mediapipe/tfjs-model/handdetector/1/default/1 - Anchors needed by hand detector: https://tfhub.dev/mediapipe/tfjs-model/handskeleton/1/default/1/anchors.json?tfjs-format=file - Hand pose: https://tfhub.dev/mediapipe/tfjs-model/handskeleton/1/default/1 License: Apache 2.0 Note: - Models are tensorflow-js format, which need to be converted to tf_saved_model using https://github.com/patlevin/tfjs-to-tf/, and convert from tf_saved_model to onnx using https://github.com/onnx/tensorflow-onnx