We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b319c commit a192c22Copy full SHA for a192c22
1 file changed
packages/react-native-executorch/src/models.ts
@@ -209,7 +209,7 @@ const FCN_RESNET101_XNNPACK_INT8: SemanticSegmentationModel<PascalVocLabel> = {
209
// Keypoint Detection
210
// =============================================================================
211
const BLAZEFACE_XNNPACK_FP32: KeypointDetectorModel<'xyxy', BlazeFaceLandmark> = {
212
- modelPath: `https://huggingface.co/bhanc/scratch/resolve/main/blazeface_xnnpack_fp32.pte`,
+ modelPath: `${BASE_URL}-blazeface/${NEXT_VERSION_TAG}/xnnpack/blazeface_xnnpack_fp32.pte`,
213
opts: {
214
boxFormat: 'xyxy',
215
resizeMode: 'letterbox',
0 commit comments