# 聯發科電腦環境 ## 系統基礎環境 OS: Ubuntu CUDA: 10.0 CuDNN: 7.6.5 Python: 3.6 ## 環境1: Human-Falling-Detect-Trackers 請進到資料夾下 > $ cd /home/vend_ia_eray001/Human-Falling-Detect-Tracks 使用pip安裝套件 ``` $ pip3 install -r requirements.txt ``` requirements.txt內的內容 ``` matplotlib==3.3.4 numpy==1.19.5 opencv-python-headless==4.5.4.60 pymssql==2.1.5 scipy==1.5.4 torch==1.10.0 torchvision==0.11.1 tqdm==4.62.3 ``` ## 環境2: Object Moving 請進到資料夾下 > $ cd /home/vend_ia_eray001/Object_Moving 使用pip安裝套件 ``` pip3 install -r requirements.txt ``` requirements.txt內的內容 ``` numpy==1.19.5 opencv-python-headless==4.5.4.60 pymssql==2.1.5 ``` ## 環境3: darknet安裝 請進到資料夾下 > $ cd /home/vend_ia_eray001/darknet 安裝相依套件opencv > $ sudo apt-get install libopencv-dev 編譯前請確認Makefile裡面的參數設定 ``` GPU=1 CUDNN=1 CUDNN_HALF=0 OPENCV=1 AVX=0 OPENMP=0 LIBSO=1 ``` 開始進行編譯: > $ make all
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up