face-api
face-api copied to clipboard
Obtaining weights from URL
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.