Keypoint Detection
Collection
3 items • Updated
This repository hosts the blazeface models exported for the
React Native ExecuTorch
library as ExecuTorch .pte programs, ready to run on device.
Upstream model: BlazeFace
| Path | Backend | Precision |
|---|---|---|
xnnpack/blazeface_xnnpack_fp32.pte |
xnnpack | fp32 |
config.json 31 B
xnnpack/blazeface_xnnpack_fp32.pte 635 kB
xnnpack/config.json 1.2 kB
These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.
To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.
To load these files in your own ExecuTorch runtime, read the compatibility note first.