Closed SiriratL closed 1 year ago
sorry I miss some commands. Below is the command I run;
git clone --depth 1 https://github.com/google/mediapipe.git cd mediapipe docker build --tag=mediapipe . docker run -it --name mediapipe mediapipe:latest apt install nodejs npm npm install -g @bazel/bazelisk sed $'s/\r$//' .bazelversion > .bazelversion GLOG_logtostderr=1 bazel run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world apt install python3-dev pip3 install -r requirements.txt apt update apt-get install -y protobuf-compiler apt install libopencv-dev
ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2 python3 setup.py install --link-opencv
@SiriratL,
Could you please let us know the complete step you have followed from the documentation to understand the issue better from our end?
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
This issue was closed due to lack of activity after being marked stale for past 7 days.
OS Platform and Distribution
Ubuntu 20.04.6 LTS
Compiler version
8.4.0
Programming Language and version
Python 3.8.10
Installed using virtualenv? pip? Conda?(if python)
No response
MediaPipe version
No response
Bazel version
6.1.1
XCode and Tulsi versions (if iOS)
No response
Android SDK and NDK versions (if android)
No response
Android AAR (if android)
None
OpenCV version (if running on desktop)
No response
Describe the problem
Complete Logs