vladmandic / human

Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gaze Tracking, Gesture Recognition
https://vladmandic.github.io/human/demo/index.html
MIT License
2.16k stars 308 forks source link

Unable to install packages #389

Closed luantran1311 closed 9 months ago

luantran1311 commented 9 months ago

Hello.

I have run npm install but it does not install any packages image Can you please check?

Human version: 3.1.2 Node version: 18.17.1 NPM version: 9.5.0 Windows version: 11 (x64)

vladmandic commented 9 months ago

what dependencies? human does not have runtime dependencies. if you want to install dev dependencies (ony required if you want to build human from source), then run npm i --dev.