HolisticProject to using mediapipe python
- Python 3.8
- git clone
git clone https://github.com/updaun/Holistic.git
- move your working directory(CMD)
cd Holistic
- install requirements( you have to go your working directory)
pip install -r requirements.txt
[error]
ImportError: DLL load failed while importing win32api: 지정된 모듈을 찾을 수 없습니다.
[solution] reference: https://gentlesark.tistory.com/112
conda install -c anaconda pywin32