hon9g / CS231n

0 stars 0 forks source link

Lecture 11: Detection and Segmentation #1

Open hon9g opened 5 years ago

hon9g commented 5 years ago

image

Semantic Segmentation

Classification + Localization

Object Detection

Instance Segmentation

reference

[cs231n lecture 11: Detection and Segmentation](https://www.youtube.com/watch?v=nDPWywWRIRo&list=PLC1qU-LWwrF64f4QKQT-Vg5Wr4qEE1Zxk&index=11)
hon9g commented 5 years ago

Semantic Segmentation

Sliding Window

Fully Convolutional

Downsampling & Upsampling

In-Network upsampling: "Upooling"

image

In-Network upsampling: "Max-Upooling"

image

Learnable Upsampleing: Transpose Convolution

hon9g commented 5 years ago

Classification + Localization

hon9g commented 5 years ago

Object Detection

hon9g commented 5 years ago

R-CNN

Fast R-CNN

R-CNN vs SPP vs Fast R-CNN

Faster R-CNN

R-CNN vs SPP vs Fast R-CNN vs Faster R-CNN

image