diff --git a/docs/en/image_recognition_pipeline/feature_extraction_en.md b/docs/en/image_recognition_pipeline/feature_extraction_en.md index 3411a56908516722199743cca403d6b889b26b1a..c6ef57f6b458022b275d2ddeae8a2c6a41876b2e 100644 --- a/docs/en/image_recognition_pipeline/feature_extraction_en.md +++ b/docs/en/image_recognition_pipeline/feature_extraction_en.md @@ -21,7 +21,7 @@ Feature extraction plays a key role in image recognition, which serves to transf In order to customize the image recognition task flexibly, the whole network is divided into Backbone, Neck, Head, and Loss. The figure below illustrates the overall structure: -![img](../../images/feature_extraction_framework.png) +![img](../../images/feature_extraction_framework_en.png) Functions of the above modules :