justadudewhohacks / face-api.js

JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
MIT License
16.65k stars 3.71k forks source link

Use a another face detection model instead of the existed models in the repo #414

Closed huybg-1975 closed 5 years ago

huybg-1975 commented 5 years ago

Hi @justadudewhohacks, I really love your work and find that it is useful for my work. Today, I want to try some another models (face detection) that not exists in your repo and model that I want run is resnet-ssd such here, it use caffe model and I try it under python enviroment with opencv dnn module successfully.

Can you support me for this work ? Thanks in advance.

justadudewhohacks commented 5 years ago

The easiest way that I could think of right now is to convert the caffe model to tensorflow and then use tfjs-converter, to convert it to a web model.