HRNet2 [editor & 서버] VSCode로 디버깅, gpu 설정 - with HRNet https://github.com/HRNet/HRNet-Human-Pose-Estimation 코드를 바탕으로 작성하였다. VSCode Debugging run → start debuging → python file 선택 옆 설정 버튼을 누르면 launch.json이 나온다. launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ .. 2022. 4. 11. [논문 리뷰] HRNet https://arxiv.org/pdf/1902.09212.pdf Deep High-Resolution Representation Learning for Human Pose Estimation 논문을 참고하여 작성하였다. Abstract HRNet은 single person의 pose를 예측하는 모델이고, 본 논문에서 제공하는 network는 높은 해상도를 전체 프로세스 동안 유지하는 특징을 가지고 있다. : maintains high reoslution representations through whole process High resolution subnetwork를 시작으로 점점 stage 추가를 위해 high-to-low resolution subnetwork를 추가하며, multi resolut.. 2022. 4. 2. 이전 1 다음