Open qais-azam opened 2 years ago
The LoadFromUri method is returning 404 error. The reason is the models don't have any extension. Can you please tell me how to models in asp. Net core 5
let modelsUrl = "https://raw.githubusercontent.com/justadudewhohacks/face-api.js/master/weights/"; faceapi.nets.tinyFaceDetector.loadFromUri(modelsUrl + 'tiny_face_detector_model-weights_manifest.json'), faceapi.nets.faceLandmark68Net.loadFromUri(modelsUrl + 'face_landmark_68_model-weights_manifest.json'), faceapi.nets.faceRecognitionNet.loadFromUri(modelsUrl + 'face_recognition_model-weights_manifest.json'), faceapi.nets.ssdMobilenetv1.loadFromUri(modelsUrl + 'ssd_mobilenetv1_model-weights_manifest.json')
The LoadFromUri method is returning 404 error. The reason is the models don't have any extension. Can you please tell me how to models in asp. Net core 5