You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await faceapi.loadFaceLandmarkModel("/models")
throw Exception: Error: Based on the provided shape, [1,1,128,128], the tensor should have 16384 values but has 7677
await faceapi.nets.ssdMobilenetv1.loadFromUri("/models");
throw Exception: Error: Based on the provided shape, [1,1,64,128], the tensor should have 8192 values but has 7203
The text was updated successfully, but these errors were encountered:
when I use on mobile,throw Exception
await faceapi.loadFaceLandmarkModel("/models")
throw Exception: Error: Based on the provided shape, [1,1,128,128], the tensor should have 16384 values but has 7677
await faceapi.nets.ssdMobilenetv1.loadFromUri("/models");
throw Exception: Error: Based on the provided shape, [1,1,64,128], the tensor should have 8192 values but has 7203
The text was updated successfully, but these errors were encountered: