반응형 ROI pooling2 Fast R-CNN 정리(3) This paper is written by Ross Girshick(Microsoft Research) 논문 본문 정리내용 기록 남기기(개인 공부 포스팅입니다) 지난 글인 Fast R-CNN 정리(2)의 마지막 내용인 Fine-tuning detection 이어서 진행하겠습니다. [2.3 Fine-tuning for detection] - 지난 포스팅 이어서.. SPP net is unable to update weights... Then why?? Root Cause : Back-Propagation in SPP net is not efficient!!!! Not Efficient = Inefficient! ( Because of Training Inputs are large) -> 가끔식 ROI가 .. 2021. 1. 4. Fast R-CNN 정리(2) This paper is written by Ross Girshick(Microsoft Research) 논문 본문 정리 및 요약 내용 기록 남기기(개인 공부 포스팅입니다) [2. Fast R-CNN architecture and training] Fast R-CNN Procedure) 1. Input Image -> Conv&Max Pooling layers -> create feature map 2. From feature map of level 1 -> ROIs-> extract feature vector(fixed length) 3. Feature Vector -> Fully connected layers(FC) -> Split into 2 outputs 4. First one : Execute .. 2021. 1. 3. 이전 1 다음 반응형