Skip to content

Commit

Permalink
Reformat assets dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EMalagoli92 committed Apr 4, 2024
1 parent dad506e commit 3fe0b34
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/EMalagoli92/OD-Metrics/main/docs/assets/logo_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/EMalagoli92/OD-Metrics/main/docs/assets/logo_light.svg">
<img width="400" height="400" src="https://raw.githubusercontent.com/EMalagoli92/OD-Metrics/main/docs/assets/logo_light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/EMalagoli92/OD-Metrics/main/docs/assets/images/logo_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/EMalagoli92/OD-Metrics/main/docs/assets/images/logo_light.svg">
<img width="400" height="400" src="https://raw.githubusercontent.com/EMalagoli92/OD-Metrics/main/docs/assets/images/logo_light.svg">
</picture>
</div>
<p align="center">
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ hide:
# OD-Metrics
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/logo_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="assets/logo_light.svg">
<img width="400" height="400" src="assets/logo_dark.svg">
<source media="(prefers-color-scheme: dark)" srcset="assets/images/logo_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="assets/images/logo_light.svg">
<img width="400" height="400" src="assets/images/logo_dark.svg">
</picture>
</div>
<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Suppose to be in the following situation.
You have `2` images with:

- #### Image 1
<img align="left" width="400" height="400" src="../assets/image_1.png">
<img align="left" width="400" height="400" src="../assets/images/image_1.png">
- `2` ground truth bounding boxes with: one belonging to `0` class and one to `1` class:
- `3` predictions bounding boxes, with `labels` `[0, 1, 1]` and `scores` `[.88, .70, .80]`.
```yaml
Expand All @@ -31,7 +31,7 @@ Suppose to be in the following situation.
```

- #### Image 2
<img align="left" src="../assets/image_2.png">
<img align="left" src="../assets/images/image_2.png">
- `2` ground truth bounding boxes, each belonging to `0` class;
- `3` predictions bounding boxes, with `labels` `[0, 1, 0]`, with `scores` `[.71, .54, .74]`.
```yaml
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ theme:
palette:
scheme: slate
primary: amber
logo: assets/logo_small.svg
favicon: assets/logo_small_orange.svg
logo: assets/images/logo_small.svg
favicon: assets/images/logo_small_orange.svg
features:
- content.code.copy
- content.code.select
Expand Down Expand Up @@ -39,7 +39,7 @@ markdown_extensions:
- admonition
- pymdownx.details
extra_css:
- assets/custom.css
- assets/stylesheets/custom.css
repo_name: OD-Metrics
repo_url: https://github.com/EMalagoli92/OD-metrics
nav:
Expand Down
4 changes: 2 additions & 2 deletions samples/samples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"## Example data\n",
"\n",
"### Image 1\n",
"![title](../docs/assets/image_1.png)\n",
"![title](../docs/assets/images/image_1.png)\n",
"\n",
"- `2` ground truth bounding boxes with: one belonging to `0` class and one to `1` class:\n",
"- `3` predictions bounding boxes, with `labels` `[0, 1, 1]` and `scores` `[.88, .70, .80]`.\n",
Expand All @@ -54,7 +54,7 @@
"```\n",
"\n",
"### Image 2\n",
"![title](../docs/assets/image_2.png)\n",
"![title](../docs/assets/images/image_2.png)\n",
"\n",
"- `2` ground truth bounding boxes, each belonging to `0` class;\n",
"- `3` predictions bounding boxes, with `labels` `[0, 1, 0]`, with `scores` `[.71, .54, .74]`.\n",
Expand Down

0 comments on commit 3fe0b34

Please sign in to comment.