mbhushan / ml

0 stars 0 forks source link

Course 4: Convolutional Neural Networks - Week 3: Detection Algorithms #7

Open mbhushan opened 6 years ago

mbhushan commented 6 years ago

R-CNN:

screen shot 2018-01-31 at 6 11 31 am

Outputting the non-max suppressed outputs:

screen shot 2018-01-31 at 6 07 33 am

Training:

screen shot 2018-01-31 at 6 04 52 am

Anchor Box Example:

screen shot 2018-01-31 at 6 00 09 am

Anchor Box Algorithm:

screen shot 2018-01-31 at 5 57 13 am

Overlapping objects:

screen shot 2018-01-31 at 5 39 49 am

Non max suppression algorithm:

screen shot 2018-01-31 at 5 12 18 am

Non Max Suppress-able example:

screen shot 2018-01-31 at 5 07 16 am

Intersection over union:

screen shot 2018-01-31 at 5 02 36 am

Specifying the bounding boxes:

screen shot 2018-01-30 at 7 29 32 am

YOLO algorithm:

screen shot 2018-01-30 at 7 26 32 am

Convolutional Implementation of sliding windows:

screen shot 2018-01-30 at 7 18 21 am screen shot 2018-01-30 at 7 16 35 am

Turning FC into convolution layers:

screen shot 2018-01-30 at 7 10 41 am

Sliding Window Detection:

screen shot 2018-01-30 at 7 02 07 am

Car Detection Example:

screen shot 2018-01-30 at 6 58 33 am

Landmark Detection:

screen shot 2018-01-30 at 6 55 48 am

Defining the target label Y

screen shot 2018-01-29 at 12 21 51 pm

Classification with Localization:

screen shot 2018-01-29 at 12 15 55 pm

Localization and Detection:

screen shot 2018-01-29 at 12 11 50 pm