Skip to content
Snippets Groups Projects
Commit 23bb21f9 authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Manon Blanco
Browse files

Fix images links

parent ac7a25af
No related branches found
No related tags found
1 merge request!309Fix images links
......@@ -82,7 +82,7 @@ It will create the following JSON file named after the image and a GIF showing a
}
```
<img src="../../../assets/example_line.gif" />
<img src="../../assets/example_line.gif" />
### Predict with confidence scores and word-level attention maps
......@@ -111,7 +111,7 @@ It will create the following JSON file named after the image and a GIF showing a
}
```
<img src="../../../assets/example_word.gif" >
<img src="../../assets/example_word.gif" >
### Predict with line-level attention maps and extract polygons
......@@ -160,7 +160,7 @@ It will create the following JSON file named after the image and a GIF showing a
}
```
<img src="../../../assets/example_line_polygon.gif" >
<img src="../../assets/example_line_polygon.gif" >
### Predict with an external n-gram language model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment