Skip to content

Commit fb5463e

Browse files
authored
fix broken image link (#6881)
* fix broken image link fix broken image link * fix broken image url
1 parent 456cb12 commit fb5463e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/tutorials/data_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defines how to process the annotations and a data pipeline defines all the steps
1515
A pipeline consists of a sequence of operations. Each operation takes a dict as input and also output a dict for the next transform.
1616

1717
We present a classical pipeline in the following figure. The blue blocks are pipeline operations. With the pipeline going on, each operator can add new keys (marked as green) to the result dict or update the existing keys (marked as orange).
18-
![pipeline figure](../../resources/data_pipeline.png)
18+
![pipeline figure](../../../resources/data_pipeline.png)
1919

2020
The operations are categorized into data loading, pre-processing, formatting and test-time augmentation.
2121

docs/zh_cn/tutorials/data_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
我们在下图展示了一个经典的数据处理流程。蓝色块是数据处理操作,随着数据流程的处理,每个操作都可以在结果字典中加入新的键(标记为绿色)或更新现有的键(标记为橙色)。
1010

11-
![pipeline figure](../../resources/data_pipeline.png)
11+
![pipeline figure](../../../resources/data_pipeline.png)
1212

1313
这些操作可以分为数据加载(data loading)、预处理(pre-processing)、格式变化(formatting)和测试时数据增强(test-time augmentation)。
1414

0 commit comments

Comments
 (0)