vladmandic / face-api

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS
https://vladmandic.github.io/face-api/demo/webcam.html
MIT License
824 stars 149 forks source link

Obtaining weights from URL #197

Open SirVizzy opened 2 months ago

SirVizzy commented 2 months ago

Given the fact that I host the models on a server. I would like to obtain the weights so I can load them in using nets.model.load(weights) myself (if this is even possible), without needing to rely on the built-in fetch functionality in face-api.

I'm struggling to figure out how to obtain the weights with a fetch request.

Edit: My bad. I believe this belongs in the Discussions section instead.