EN Chu

Results 10 comments of EN Chu

In my case, all socket.io connection request responded with code 404 following by the CORS error in browser console. I downgrade fastify to 3.* and added `transports: ['websocket']` to client...

I got this one also. It also happens to you with python3.7+windows I bet. Try downgrade the Python version.

Try this one. https://github.com/tensorflow/tfjs-models/tree/master/posenet

@Sudeepa14 Actually it locates your head first, so that it can tell where the rest of your body are. Head pose you mean like rotation of the head?

No it does not. All it gives you is the position of each part of the body and the confidence score of the part.

There are many factors that can affect precisions. My experience is to ignore all the margin cases, and set the threshhold higher. Take one front face as a base, add...

const cv = require('opencv4nodejs') const fr = require("face-recognition").withCv(cv) fr.saveImage(`${folderPath}.png`, faceImages)

Somehow wont work on windows recently? ![image](https://github.com/nuxt/nuxt/assets/10844438/ab3d4dfc-7038-4afc-b432-b15c4519c611)

The project is inactive for years. I'm migrating my work to native firebase, and I suggest whoever read this to do the same. The firebaseui can be a great reference...

I had the same issue. https://github.com/nuxt/nuxt/issues/21393 Work around available, painful though. Delete the following code from .output/server/package.lock works for me.