티스토리 뷰
Update 2021.09.03
쓰기는 이게 더 편하나듯.
ubuntu 16.04에서 offical caffe implemented software 를 다운로드 받아 쓰려다 실패 했다. install 이 안된다. window OS에서만 잘 작동하는 듯.
github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation
Pytorch github이 있는데, 좀 불친절해도 작동한다.
git submodule init && git submodule update
# swig 설치가 안 되어 있따면.
sudo apt-get install swig
cd lib/pafprocess; sh make.sh
# conda 환경 먼저 만들고 (python<=3.7)
conda create env --name myenv python=3.6
conda activate myenv
conda install pytorch=0.4.1 cuda90 torchvision -c pytorch
# udpate 2021.3.19. requirements.txt가 있었고, 다른 분들은
# pip install -r requirements.txt 하면 된다.
# requirements.txt가 없어서 일일이 다 찾음
pip install scipy
pip install pylab-sdk
pip install matplotlib
pip install requests
pip install pandas
pip install pycocotools
pip install yacs
python demo/picture_demo.py
위의 과정을 다 거치면 result.png
THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1535491974311/work/aten/src/THC/THCGeneral.cpp line=663 error=11 : invalid argument
error like this comes out.. don't know why
그래도 결과는 나온다.
'Research (연구 관련)' 카테고리의 다른 글
UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure (0) | 2021.05.05 |
---|---|
camera projection, 3D visualization (0) | 2021.04.06 |
SPIN demo code 사용 (0) | 2021.03.11 |
tool 자투리 (0) | 2021.03.06 |
좌표계 변환, camera parameter (0) | 2021.02.03 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 문경식
- 피트니스
- nohup
- demo
- 컴퓨터비젼
- Generative model
- Docker
- 머신러닝
- part segmentation
- pytorch
- densepose
- VAE
- 인터뷰
- nerf
- Virtual Camera
- focal length
- Transformation
- deep learning
- 컴퓨터비전
- world coordinate
- 비전
- Machine Learning
- 2d pose
- spin
- 에디톨로지
- Pose2Mesh
- camera coordinate
- 헬스
- pyrender
- Interview
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함