face-api icon indicating copy to clipboard operation
face-api copied to clipboard

Obtaining weights from URL

Open SirVizzy opened this issue 7 months ago • 0 comments

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.

SirVizzy avatar Jul 02 '24 08:07 SirVizzy