[miniconda env] Top-View Semantic Segmentation 0. install miniconda 1. create conda env $ conda create -y -n cvt python=3.8 2. activate created env $ source activate cvt 3. install pytorch through pip $ pip install torch==1.11+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html $ $ pip install torch==1.11+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html $ pip install torc.. 더보기 Run multiple shell scripts in different folders sequentially (1) Let's say we have the folder structure like Parent |--- Child0 |--- Child1 and each Sub-folder (Child) has a shell script file 'Run_Child.sh'. (2) Then, create a schell script file 'Run_Parent.sh' and write the following commands for d in 0 1; do cd "Child$d" && sh Run_Child.sh; cd ../ done Run_Parent.sh should be placed at Parent folder. (3) Finally, run the script like ~/Parent$ sh Run_Par.. 더보기 Camera Intrinsic/Extrinsic Parameter 자세한 설명 굉장히 좋은 설명 블로그를 발견하여 공유한다!! https://xoft.tistory.com/12 [개념 정리] Camera Intrinsic/Extrinsic Parameters #2 이전 포스트 에서는 Camera Parameter가 어디서 사용되는지와 Pinhole Camera Model, 4가지 Coordinate System에서 대해서 설명하였습니다. 본 포스트에서는 Camera Parameter를 수식적으로 설명합니다. 4가지 Coordinat xoft.tistory.com 아래 그림은 위 블로그의 캡쳐!! (저작권에 문제가 있을 시 알려주세요!) 더보기 이전 1 ··· 13 14 15 16 17 18 19 ··· 65 다음