Object Detection Using Overfeat
Object Detection Using Overfeat
Overfeat
Overfeat
Idea 4 Sliding window (spatial output) + Pretrained Model + Image Pyramid + FC as Convnet
FC as convnet
Regression
MODEL
F
VGG 16
C C
1 2
2012
• 1000 classes
MODEL
F
C C
1 2
Feature Extraction
Image + Bounding Box Classification
Training
C + 1 Class
• Base dimension for training is
+ 1 for Background Classification 245 x 245
Overfeat - Experiment - Object Detection - Inference
• FC as Convent
Resolution / Subsampling Ratio / Effective Stride = 36 Resolution / Subsampling Ratio / Effective Stride = 18
281 x 317 317 x 386 389 x 461 425 x 497 464 x 569
2 x 3 x C+1
3 x 5 x C+1 5 x 7 x C+1
6 x 7 x C+1
7 x 10 x C+1
NMS
MODEL
389 x 461
245 X 245
Classification
Confidence Box Resolution = 12
Model
Regression
Bounding Box
Credit: https://arxiv.org/abs/1312.6229
Overfeat - Experiment - Object Detection - Inference
NMS
Spatial Outputs
Final prediction
Credit: https://arxiv.org/abs/1312.6229
Overfeat - Experiment - Object Detection - Research Paper Result
• Can we have some way to find to only those regions where background is not present?
• RPNN END
Credit :https://www.pyimagesearch.com/2020/06/29/opencv-selective-search-for-object-detection/