Update 2021.09.03 GitHub - Hzzone/pytorch-openpose: pytorch implementation of openpose including Hand and Body Pose Estimation. pytorch implementation of openpose including Hand and Body Pose Estimation. - GitHub - Hzzone/pytorch-openpose: pytorch implementation of openpose including Hand and Body Pose Estimation. github.com 쓰기는 이게 더 편하나듯. ubuntu 16.04에서 offical caffe implemented software 를 다운로드..
전에 파편적으로 spin github의 demo code를 이용하는 법을 적어 놓았었다. 특히 코드에 집중해 적어놨는데, 최근에 얘네 demo를 돌려서 내 것과 비교해야 하는 일이 생겨서 다시 쓰려고 보니, 완전 복잡해 정리의 필요성을 느꼈다. 한 1년은 SPIN과의 비교를 더 우려먹을 가능성이 있으므로 이 참에 demo code 사용법을 step-by-step 적어 놓는다. github.com/nkolot/SPIN 1. 환경설치 virtual env사용법은 너무 복잡하다. 일단 얘네가 제대로 해놓지 않음. 얘네 추천대로 docker를 쓰자. 단, nvidia-container toolkit을 먼저 깔아야 한다. docker가 없다면 docker도 먼저 깔아야한다. docs.nvidia.com/datac..
MuPoTs test local pc에 다 세팅해놓음. 서버에서 돌려서 나온 output (preds_2d* , preds_3d*)을 local의 ~/projects/MuPoTS로 옮긴다음 matlab을 키고 ( terminal에서 matlab mpii_mupots_multiperson_eval.m하면 자동으로 켜짐). 재생버튼을 눌러서 실행. argument가 (eval_mode, relative)있는데 eval_mode 0은 all, 1은 match임. relative는 항상 1로 HHRNet project에서 conda activate hhrnet, export CUDA_VISIBLE_DEVICES=? 해주고, demo.py에서도 맞춰준다. 왜인지 multi-gpu 사용도 안되고 뭔가 gpu할당이 ..
경식이형의 코드와 parsing된 데이터셋 annotation json들을 보면 camera extrinsic parameter인 R,t가 다음과 같이 정의됨을 볼 수 있다. def world2cam(world_coord, R, t): cam_coord = np.dot(R, world_coord.transpose(1,0)).transpose(1,0) + t.reshape(1,3) return cam_coord 위의 코드를 해석하자면, world coordinate system에 정의된 대상(주로 우리는 keypoint다, Xw라고 하겠다)의 좌표를 camera coordinate system의 좌(Xc)로 바꾸기 위해, Xc = RXw + t를 하는 것이다. 그런데 사실 이 R,t라는 변수가 물리적으로 ..
2021.12.27 아무래도 구글에서 id얻는 걸 막은 것 같다. 더 이상 이 방법은 쓸 수 없는듯. gdown 같은걸 쓰는 수 밖에 없는듯? wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=파일ID' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=파일ID" -O 파일명 && rm -rf /tm..
github.com/cnr-isti-vclab/meshlab/issues/466 [Ubuntu - Snap] Can't open any file on external hard drive · Issue #466 · cnr-isti-vclab/meshlab MeshLab 2016.12 release on Ubuntu 16.04. Problem: MeshLab won't open any .PLY files on any external hard drive. I have tested two different drives, and the issue is the same. I have tested if t... github.com linux mesh에서 하드디스크에 있는 obj파일을 못여는 버그가 있따. sudo s..
1. texworks 구글링해서 다운 받기. 필수. 2. overleaf에서 소스코드 다운받고 (project창에서 오른쪽에 download버튼 누르면 됨) 3. 다운받은 zip풀고, main.tex를 texworks로 킴. pdfLatex로 컴파일하고, 그러면 main.aux가 생김. (그런데 이 때 권한 문제가 생길수가 있는데, 맥북카탈리나만 그런듯하다 밑의 링크 참조!) 4. 그 다음 bibtex로 컴파일 하고, main.tex에서 biblography bib 참조하던거 삭제. 대신 main을 써줌 \bibliography{bib} => \bibliography{main} 5. 그런다음 pdfLatex로 다시 compile하고 citation잘 나오는거 확인하고, 업로드 tex.stackexchan..
VIBE에 python virtualenv로 환경세팅을 하려그랬는데, 서버 (우분투16.04)에 python3.7이 없었다. softwaree.tistory.com/85 Ubuntu 16.04에서 Python 3.7 설치 들어가며... django를 사용하려면 Python이 최소 3.7 버전이 설치 되어 있어야 합니다. 하지만 우분투 16.04에서 지원하는 버전은 3.5이기 때문에 추가로 설치를 하여야 합니다. 본인의 PC에 설치되어 있 softwaree.tistory.com 일단 이거 참고해서 python3.7 설치하고, virtualenv에서 python3.7을 이용할 수 있도록 github.com/pypa/virtualenv/issues/1059#issuecomment-313867040 Error ..
askubuntu.com/questions/178712/how-to-increase-swap-space How to increase swap space? I have, by default, 250MB of swap space in Ubuntu, and I want to expand it to a larger size. I need 800MB, which I think will be enough to open several applications without having to hit the current askubuntu.com
udpate 2021.03.10 AttributeError: 'GLXPlatform' object has no attribute 'OSMesa' 현재 osmesa를 I2L-MeshNet_RELEASE보고 쓰려 헀는데, 이런 에러가 뜨는데, 알고보니 import pyrender 전에 os.environ["PYOPENGL_PLATFORM"] = "osmesa"를해줘야 되는 것이었다. 그리고 egl이 아니라 osmesa를 쓰게되면 rgb, depth = self.renderer.render(self.scene, flags=render_flags) valid_mask = (depth > 0)[:, :, np.newaxis] output_img = rgb * valid_mask + (1 - valid_mask) ..
- Total
- Today
- Yesterday
- 인터뷰
- camera coordinate
- densepose
- 피트니스
- demo
- 헬스
- 2d pose
- part segmentation
- Docker
- 문경식
- spin
- Machine Learning
- VAE
- 에디톨로지
- world coordinate
- 컴퓨터비젼
- nerf
- 머신러닝
- Interview
- pyrender
- pytorch
- Generative model
- Pose2Mesh
- 비전
- Transformation
- nohup
- focal length
- Virtual Camera
- deep learning
- 컴퓨터비전
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |