Skip to content

Commit a192c22

Browse files
committed
chore(models): update blazeface model path to use base url
1 parent 44b319c commit a192c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-executorch/src

packages/react-native-executorch/src/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const FCN_RESNET101_XNNPACK_INT8: SemanticSegmentationModel<PascalVocLabel> = {
209209
// Keypoint Detection
210210
// =============================================================================
211211
const BLAZEFACE_XNNPACK_FP32: KeypointDetectorModel<'xyxy', BlazeFaceLandmark> = {
212-
modelPath: `https://huggingface.co/bhanc/scratch/resolve/main/blazeface_xnnpack_fp32.pte`,
212+
modelPath: `${BASE_URL}-blazeface/${NEXT_VERSION_TAG}/xnnpack/blazeface_xnnpack_fp32.pte`,
213213
opts: {
214214
boxFormat: 'xyxy',
215215
resizeMode: 'letterbox',

0 commit comments

Comments
 (0)