Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed Dec 16, 2023
1 parent 377df3e commit a37e531
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 40 deletions.
6 changes: 0 additions & 6 deletions data/cams_full/README.dataset.txt

This file was deleted.

31 changes: 0 additions & 31 deletions data/cams_full/README.roboflow.txt

This file was deleted.

1 change: 0 additions & 1 deletion data/cams_full/test/_annotations.coco.json

This file was deleted.

1 change: 0 additions & 1 deletion data/cams_full/train/_annotations.coco.json

This file was deleted.

1 change: 0 additions & 1 deletion data/cams_full/valid/_annotations.coco.json

This file was deleted.

20 changes: 20 additions & 0 deletions docs/seaberry_final_pres.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ lightbox: auto

![YOLOv1 diagram. @R.D.G+2016](./imgs/yolo_diagram.gif)

:::{.content-visible unless-format="revealjs"}
YOLOv1 diagram. @R.D.G+2016
:::

:::

::::
Expand Down Expand Up @@ -118,6 +122,10 @@ After lots of trial & error, best bets for detection:

![Example tiled image](./imgs/tile_ex.jpg)

:::{.content-visible unless-format="revealjs"}
Example tiled image
:::

:::

::::
Expand All @@ -130,6 +138,8 @@ YOLO works well on tiled images, but it will need to transfer to full-sized imag

```{r}
#| echo: false
#| message: false
#| warning: false
#| fig-width: 10
#| fig-height: 3
library(dplyr)
Expand Down Expand Up @@ -190,6 +200,10 @@ res_dfs[["train"]] |>

### Validation examples, DETR model

:::{.content-visible unless-format="revealjs"}
Validation labels; validation predictions
:::

::: {layout-ncol=2}

![Validation labels](./imgs/val_batch0_labels_detr.jpg)
Expand Down Expand Up @@ -238,6 +252,9 @@ res_dfs[["tune"]] |>
:::

:::{.column width=60%}
:::{.content-visible unless-format="revealjs"}
Confusion matrix, YOLO medium
:::
![Confusion matrix, YOLO medium](./imgs/yolo_m_matrix.png)
:::

Expand All @@ -248,6 +265,9 @@ res_dfs[["tune"]] |>

### Inference

:::{.content-visible unless-format="revealjs"}
Screenshot of demo
:::
![Screenshot of demo](./imgs/demo_loch_raven.png)

## Challenges
Expand Down

0 comments on commit a37e531

Please sign in to comment.