ソースを参照

update readme_en link,multihardware (#2147)

* update readme link

* update readme_en link

* update link multihardware

---------

Co-authored-by: dyning <dyning.2003@163.com>
AmberC0209 1 年間 前
コミット
7bd2625f6e
2 ファイル変更4 行追加1 行削除
  1. 2 0
      README.md
  2. 2 1
      README_en.md

+ 2 - 0
README.md

@@ -610,10 +610,12 @@ for res in output:
 </details>
 <details>
   <summary> <b> 🖥️ 多硬件使用 </b></summary>
+  
   * [⚙️ NPU Paddle 安装教程](./docs//other_devices_support/paddlepaddle_install_NPU.md)
   * [⚙️ XPU Paddle 安装教程](./docs/other_devices_support/paddlepaddle_install_XPU.md)
   * [⚙️ DCU Paddle 安装教程](./docs/other_devices_support/paddlepaddle_install_DCU.md)
   * [⚙️ MLU Paddle 安装教程](./docs/other_devices_support/paddlepaddle_install_MLU.md)
+  * [⚙️ 多硬件使用指南](./docs/other_devices_support/installation_other_devices.md)
 
 </details>
 

+ 2 - 1
README_en.md

@@ -601,6 +601,7 @@ For other pipelines in Python scripts, just adjust the `pipeline` parameter of t
 <details>
   <summary> <b> 🖥️ Multi-Hardware Usage </b></summary>
 
+  * [⚙️ Multi-Hardware Usage Guide](./docs/other_devices_support/installation_other_devices_en.md)
   * [⚙️ DCU Paddle Installation Guide](./docs/other_devices_support/installation_other_devices_en.md)
   * [⚙️ MLU Paddle Installation Guide](./docs/other_devices_support/installation_other_devices_en.md)
   * [⚙️ NPU Paddle Installation Guide](./docs/other_devices_support/installation_other_devices_en.md)
@@ -612,7 +613,7 @@ For other pipelines in Python scripts, just adjust the `pipeline` parameter of t
   <summary> <b> 📝 Tutorials & Examples </b></summary>
 
 * [🖼️ General Image Classification Model Line —— Garbage Classification Tutorial](./docs/practical_tutorials/image_classification_garbage_tutorial_en.md)
-* [🧩 General Instance Segmentation Model Line —— Remote Sensing Image Instance Segmentation Tutorial](./docs/practical_tutorials/image_classification_garbage_tutorial_en.md)
+* [🧩 General Instance Segmentation Model Line —— Remote Sensing Image Instance Segmentation Tutorial](./docs/practical_tutorials/instance_segmentation_remote_sensing_tutorial_en.md)
 * [👥 General Object Detection Model Line —— Pedestrian Fall Detection Tutorial](./docs/practical_tutorials/object_detection_fall_tutorial_en.md)
 * [👗 General Object Detection Model Line —— Fashion Element Detection Tutorial](./docs/practical_tutorials/object_detection_fashion_pedia_tutorial_en.md)
 * [🚗 General OCR Model Line —— License Plate Recognition Tutorial](./docs/practical_tutorials/ocr_det_license_tutorial_en.md)