Posts 【Lecture 13.5】Object Detection Faster R-CNN part1
Post
Cancel

【Lecture 13.5】Object Detection Faster R-CNN part1

Course Study with CSC321

[2021.05.08]

Topic : Lecture 13.5: Object Detection Faster R-CNN part1 (Chloe, James)

Notes :

Links :


Covered through study

Part 1

  1. What’s improved? (or suggested?)
  • 키워드별로 개념만, 뒤에 세부내용이 별도로 나옴

  • RPN , region proposal networks ( kind of FCN?)

  • Pyramids of images VS. Pyramids of filters VS. Pyramids of Anchors

  1. Model architecture & Forward-pass (brief check)
  • 마찬가지로 간단히

  • how a single image passs through model

  1. All about RPN
  • 자세히
  • Inputs & Outputs
  • Anchor Box
    • what is Anchor box & what does translation-invariant means
    • how to refer anchor box to regression

Part 2

  • Loss

    • what loss function is defined on RPN?
  • Train

    • how to train RPN?
  1. How RPN and Detector share feature maps?
  • alternating training?
  1. Implementation details
  • 가능한 정도만
  • used scales, anchor types


Faster R-CNN part 1

img1

img2

img3

img4

img5

img6

img2

img3

img4

img5

img2

img3

img4

img5


This post is licensed under CC BY 4.0 by the author.