From b69b46798209631358a6fb0266ea5628db9aa727 Mon Sep 17 00:00:00 2001 From: Chu Xiangyang Date: Fri, 4 Aug 2023 10:15:02 +0800 Subject: [PATCH] Fix flat map image link (#2648) Co-authored-by: chuxiangyang --- docs/03-User Guides/01-Pipeline Programing Guide/03-flat-map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-User Guides/01-Pipeline Programing Guide/03-flat-map.md b/docs/03-User Guides/01-Pipeline Programing Guide/03-flat-map.md index 5282998858..fd4af12bd1 100644 --- a/docs/03-User Guides/01-Pipeline Programing Guide/03-flat-map.md +++ b/docs/03-User Guides/01-Pipeline Programing Guide/03-flat-map.md @@ -62,7 +62,7 @@ When the pipeline is running, data transformation in each node is illustrated be > - The data in the `img` and `object` columns are in the format of `towhee.types.Image`. These data represent the decoded images. For easier understanding, these data are displayed as images in the following figure. > - The data in the `box` column are in the format of `list`. These data are coordinates that represent the location of the objects in the images (Eg. `[448,153,663,375]`). For easier understanding, these data are displayed as the dotted squares in the images. -![img](https://github.com/towhee-io/data/blob/main/image/docs/map_example_2.png?raw=true) +![img](https://github.com/towhee-io/data/blob/main/image/docs/flat_map_example_2.png?raw=true) There are two flat map nodes in the pipeline.