Results 299 comments of Vladimir Mandic

you found `whl` of what? and this is not question for `face-api.js`, its for `tfjs` if you get `@tensorflow/tfjs-node` working, then `face-api.js` will *just work* however, there is no recent...

now that you have `tensorflow` without AVX, you need to build `@tensorflow/tfjs-node` package (it links to `tensorflow`). but that is anything but a clean process. search on tfjs git issues.

i don't see a problem - that image produces result with low-confidence (below 0.57), so just set minimum score appropriately.

the fact that x-axis is mirrored should not be an issue - it's simply mirrored. but `face-api` 68-point 2d model is just not good enough for this application. much better...

your "simple" requirement is anything but simple - there is a lot of work that has to be done before there is anything to compare. but...a) models here are as...

you should probably report issue in that repository?

yes, its possible. asked and answered several times, search on the old issues.

assuming everything is correct, likely issue is loss of resolution or clipping of values - `tflite` conversion quantizes models to `uint8` which may not be enough for all interim processing...

exactly like @Reaper622 said - this is original, but it hasn't been updated since april 2020 so i've created a new port and i'm maintaining it you can see the...

@mrVaro create a new issue (never piggyback on non-related one) and fully document the problem - this is not actionable.