πŸ’Lecture 12-13

● Object detection

β—‹ IoU

Intersection over Union

Decent尚ε₯½ηš„

β—‹ Multi-task loss

β—‹ Sliding window, Regions proposals

Fix: Regions proposals

● RCNN (Region-based CNN)

Region of interest-> warp扭曲

what

Try to do?

How to make it fast

β—‹ Region classification, box regression

Given a image-》predict a transfornation of the box

Negative part 不会蒫train

(background

//

● NMS(Non-Max SuppressionοΌ‰

What it rty to meaure

(Non-Max SuppressionοΌ‰

η”¨δΊŽsolve overlapping detections

● mAP (mean Avarage PrecisonοΌ‰

What is

(mean Avarage PrecisonοΌ‰

AP of cat

AP of dog

求平均

//

* Precison: of all the detection you have , how many are correct

Sofar only one detection(itβ€˜s correctοΌ‰

  • Recall: of all the ground truth,how many we found

perfectAP:percison1at every recall point

Egθ‡ͺ动驾驢,recallζ›΄ι‡θ¦οΌοΌˆfind all people

● Fast-RCNN

ε…ˆθΏ›ε…₯convNet 在crop

β—‹ ROI pooling/align

Roi polling is

//不snapοΌŒη›΄ζŽ₯divideοΌ›οΌ›οΌ›sample some pointsοΌ›εŒηΊΏζ€§ζ’ε€ΌοΌˆbilinear interpolation

//roi align在 maxpooling

Last updated