Skip to content

Commit

Permalink
yolo example + update colab links: split notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
galeone committed Oct 5, 2019
1 parent 619fe0c commit e7d3b30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Binary file added images/yolo_od.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 16 additions & 3 deletions slides/02-cnn-cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,19 @@ Le reti neurali convoluzionali (CNN) sono i blocchi fondamentali di ogni applica

(anche singolarmente)

Localizzazione e classificazione di **un solo oggetto**.

---

### Semantic Segmentation
### Object Detection

![yolo](images/yolo_od.jpg)

Localizzazione e classificazione di più oggetti, parallelamente.

---

### Semantic Segmentation

![sem seg](images/semseg.png)

Expand Down Expand Up @@ -366,6 +375,10 @@ $$ P = \frac{TP}{TP + FP} $$

---

Introduzione all'object detection + TensorFlow Hub
Introduzione alle reti neurali convoluzionali:

- Colab: https://bit.ly/2lUTeAM

Introduzione all'object detection + TensorFlow Hub:

- Colab: https://bit.ly/2lUTeAM
- Colab: https://bit.ly/2MeO8IK

0 comments on commit e7d3b30

Please sign in to comment.