Skip to content

Commit

Permalink
fix image widths
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Sep 29, 2023
1 parent ffef1a4 commit c605998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/dtl/actions/blur/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Json config examples:
<td>Median blur, kernel size: 65</td>
</tr>
<tr>
<td> <img src="https://github.com/supervisely-ecosystem/dtl-v2/assets/79905215/2a75b8d9-a666-4075-ada7-665b38bd9f6f" alt="Original image" style="width: 33%;"/> </td>
<td> <img src="https://github.com/supervisely-ecosystem/dtl-v2/assets/79905215/cfbecd28-3879-4c1b-9512-158b671be113" alt="Gaussian sigma: 4-6" style="width: 33%;"/> </td>
<td> <img src="https://github.com/supervisely-ecosystem/dtl-v2/assets/79905215/ba758520-35ee-4fbd-bbda-2666e63dd7c6" alt="Median, kernel size: 65" style="width: 33%;"/> </td>
<td> <img src="https://github.com/supervisely-ecosystem/dtl-v2/assets/79905215/2a75b8d9-a666-4075-ada7-665b38bd9f6f" alt="Original image" /> </td>
<td> <img src="https://github.com/supervisely-ecosystem/dtl-v2/assets/79905215/cfbecd28-3879-4c1b-9512-158b671be113" alt="Gaussian sigma: 4-6" /> </td>
<td> <img src="https://github.com/supervisely-ecosystem/dtl-v2/assets/79905215/ba758520-35ee-4fbd-bbda-2666e63dd7c6" alt="Median, kernel size: 65" /> </td>
</tr>
</table>

Expand Down

0 comments on commit c605998

Please sign in to comment.