soyeonland

Pix2Pose 본문

카테고리 없음

Pix2Pose

soyeonland 2020. 9. 9. 16:02

논문 안읽혀서 청므에는 이것저것 보다가, 또 안읽혀서 related work보는중

 

OSError: [WinError 126] 지정된 모듈을 찾을 수 없습니다

해결: 

(이미 깔려있다고 나왔는데 uninstall 하고 다시 설치하니까 code 성공

 

ImportError: cannot import name '_obtain_input_shape'

keras.application -> keras_application 수정

https://github.com/facebookresearch/detectron2/issues/200

 

Training Mask R-CNN using RLE bitmasks error · Issue #200 · facebookresearch/detectron2

I am following the Mask R-CNN tutorial and changed the dataset_dict to support segmentation maps in bitmap format using RLE instead of polygons. I confirmed the data is processed properly using det...

github.com

 

darkpgmr.tistory.com/m/32

 

카메라 캘리브레이션 (Camera Calibration)

카메라 캘리브레이션 (camera calibration)은 영상처리, 컴퓨터 비전 분야에서 번거롭지만 꼭 필요한 과정중의 하나입니다. 본 포스팅에서는 카메라 캘리브레이션의 개념, 카메라 내부 파라미터, 외��

darkpgmr.tistory.com

darkpgmr.tistory.com/77

 

[영상 Geometry #1] 좌표계

이번 글은 컴퓨터 비전에서 가장 어렵고 골치아픈 주제중 하나인 영상 geometry(기하학?)에 대한 것입니다. 영상 Geometry는 카메라 캘리브레이션, 스테레오 매칭, structure from motion, 모션 추정, local fe

darkpgmr.tistory.com