Преглед на файлове

tip that HNSW32 may not work on windows

gaotingquan преди 11 месеца
родител
ревизия
ad6be29a2d

+ 2 - 0
docs/pipeline_usage/tutorials/cv_pipelines/general_image_recognition.en.md

@@ -340,6 +340,8 @@ The parameter descriptions for the above methods are as follows:
 </tbody>
 </table>
 
+<b>Notice</b>: There may be some compatibility errors when <code>HNSW32</code> is used to build or predict on Windows.
+
 ### 2.3 Data Organization for Building the Feature Library
 
 The PaddleX general image recognition pipeline requires a pre-built feature library for feature retrieval. If you want to build a feature vector library with private data, you need to organize the data as follows:

+ 3 - 0
docs/pipeline_usage/tutorials/cv_pipelines/general_image_recognition.md

@@ -369,6 +369,9 @@ index_data.save("drink_index")
 </tr>
 </tbody>
 </table>
+
+<b>注意</b>:<code>HNSW32</code>在windows平台存在兼容性问题,可能导致索引库无法构建、加载。
+
 ### 2.3 构建索引库的数据组织方式
 
 PaddleX 的通用图像识别产线示例需要使用预先构建好的索引库进行特征检索。如果您希望用私有数据构建索引库,则需要按照如下方式组织数据: