티스토리 뷰

Deep Learning

FairMOT Build on Window

developer0hye 2020. 11. 14. 16:58

gpu: titan xp
gpu driver version: Driver Version: 441.22(cuda 설치 시 설치되는 driver)

 

cuda version: 10.2.1
cudnn version: 7.6.5.32

 

0. anaconda 설치(Python도 함께 설치됨)

 

1. conda 환경 생성

 conda create -n FairMOT python=3.7
 conda activate FairMOT

 

2. C/C++ 빌드 툴 설치
https://visualstudio.microsoft.com/ko/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16

 

3. Cython 설치

pip install --upgrade cython

 

4. cython-bbox 설치

git clone https://github.com/samson-wang/cython_bbox.git

설치한 경로로 이동(path/cython_bbox)

pip install -e ./

 

5. conda 내 프레임워크 및 라이브러리 설치

conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch

 

6. FairMOT 설치

git clone https://github.com/ifzhang/FairMOT.git

설치경로(path/FairMOT)로 이동

pip install -r requirements.txt

 

7. DCNv2 설치

git clone https://github.com/CharlesShang/DCNv2

설치경로(path/DCNv2)로 이동

python setup.py build develop

'Deep Learning' 카테고리의 다른 글

Windows 10 GPU Status 확인  (0) 2020.12.23
MOT Dataset Annotation Format 정리  (9) 2020.11.22
MOT20 Ground Truth Format  (0) 2020.11.17
Small batches can offer a regularizing effect.  (0) 2020.09.19
Empirical Risk Minimization  (0) 2020.09.14
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함