justadudewhohacks / face-api.js

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

Performance issue on the firefox at low laptop of ThinkPad X201. #226

Open suijunqiang opened 5 years ago

suijunqiang commented 5 years ago

There is no landmark trace on the face when testing "Webcam Face Landmark Detection" on the laptop of ThinkPad X201 as well as "Video Face Tracking" and the video play is very slow.

So my question is that any performance description for the project? or any hardware requirement able support face-api.js run well?

Thanks & Best Regards Sui

justadudewhohacks commented 5 years ago

First of all, I would check whether tfjs is running correctly on your ThinkPad, e.g. whether the WebGL backend is registered correctly. Try to run some of the tfjs demos on your Pad first.