pytorch3d 동작 확인시 메모
1586 단어 메모
환경
우분투 18.04 LST
GPU RTX2080Ti
CUDA 10.1
miniconda 4.7.12
환경 구축
htps : // 기주 b. 코 m/후세보오 k레세아 rch/py와 rch3d/bぉb/마s r/인 S타르. md
설치 가이드를 따라 환경을 구축했습니다.
git clone
git clone https://github.com/facebookresearch/pytorch3d.git
conda 환경 만들기
conda create -n pytorch3d python=3.6
conda activate pytorch3d
conda install -c pytorch pytorch torchvision cudatoolkit=10.0
conda install -c conda-forge -c fvcore fvcore
conda로 cuda10.0 환경을 다시 구축
데모 환경 구축
pip install scikit-image matplotlib imageio
conda install jupyter
pip install black isort flake8
pytorch3d 본체의 환경 구축
conda install pytorch3d -c pytorch3d
데모 실행
노트북을 시작합니다.
cd ./pytorch3d
jupyter-notebook
이 노트북 자체에서는 매번 pytorch3d를 빌드하기 때문에 적당히 실행 시간이 걸립니다.
./docs/tutorials에있는 bundle_adjustment.ipynb를 노트북에서 순차적으로 실행합니다.
이런 식으로 추론된 카메라 각도가 출력될 것입니다.
Reference
이 문제에 관하여(pytorch3d 동작 확인시 메모), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/T_keigo/items/d8b8686480b061c453d9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
htps : // 기주 b. 코 m/후세보오 k레세아 rch/py와 rch3d/bぉb/마s r/인 S타르. md
설치 가이드를 따라 환경을 구축했습니다.
git clone
git clone https://github.com/facebookresearch/pytorch3d.git
conda 환경 만들기
conda create -n pytorch3d python=3.6
conda activate pytorch3d
conda install -c pytorch pytorch torchvision cudatoolkit=10.0
conda install -c conda-forge -c fvcore fvcore
conda로 cuda10.0 환경을 다시 구축
데모 환경 구축
pip install scikit-image matplotlib imageio
conda install jupyter
pip install black isort flake8
pytorch3d 본체의 환경 구축
conda install pytorch3d -c pytorch3d
데모 실행
노트북을 시작합니다.
cd ./pytorch3d
jupyter-notebook
이 노트북 자체에서는 매번 pytorch3d를 빌드하기 때문에 적당히 실행 시간이 걸립니다.
./docs/tutorials에있는 bundle_adjustment.ipynb를 노트북에서 순차적으로 실행합니다.
이런 식으로 추론된 카메라 각도가 출력될 것입니다.
Reference
이 문제에 관하여(pytorch3d 동작 확인시 메모), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/T_keigo/items/d8b8686480b061c453d9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
cd ./pytorch3d
jupyter-notebook
Reference
이 문제에 관하여(pytorch3d 동작 확인시 메모), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/T_keigo/items/d8b8686480b061c453d9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)