CoolFace
Modelpublic

software-mansion/react-native-executorch-yolo26-pose

sourceHugging Faceagpl-3.0updated 5d agoView on Hugging Face
0likes1.4kdownloads
Model Card

yolo26-pose

This repository hosts the yolo26-pose models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.

Upstream model: Yolo26

Variants

PathBackendPrecision
coreml/yolo26n_pose_384_coreml_fp16.ptecoremlfp16
coreml/yolo26n_pose_512_coreml_fp16.ptecoremlfp16
coreml/yolo26n_pose_640_coreml_fp16.ptecoremlfp16
xnnpack/yolo26n_pose_384_xnnpack_fp32.ptexnnpackfp32
xnnpack/yolo26n_pose_512_xnnpack_fp32.ptexnnpackfp32
xnnpack/yolo26n_pose_640_xnnpack_fp32.ptexnnpackfp32

Unshipped backends

A backend directory carrying a NOTES.md and no .pte was exported and not published. Its note records what went wrong.

Repository structure

config.json                                33 B
coreml/config.json                         2.7 kB
coreml/yolo26n_pose_384_coreml_fp16.pte    6.5 MB
coreml/yolo26n_pose_512_coreml_fp16.pte    6.5 MB
coreml/yolo26n_pose_640_coreml_fp16.pte    6.5 MB
mlx/NOTES.md                               2.7 kB
xnnpack/config.json                        2.7 kB
xnnpack/yolo26n_pose_384_xnnpack_fp32.pte  11.4 MB
xnnpack/yolo26n_pose_512_xnnpack_fp32.pte  11.4 MB
xnnpack/yolo26n_pose_640_xnnpack_fp32.pte  11.4 MB

Compatibility

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.