Skip to content

Commit

Permalink
Fix flat map image link (#2648)
Browse files Browse the repository at this point in the history
Co-authored-by: chuxiangyang <chuxiangyang@xiaomi.com>
  • Loading branch information
xychu and chuxiangyang authored Aug 4, 2023
1 parent 7271f85 commit b69b467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b69b467

Please sign in to comment.