[Doc] Add English version of some documents (#1221)

* Update README_CN.md

* Create README.md

* Update README.md

* Create README_CN.md

* Update README.md

* Update README_CN.md

* Update README_CN.md

* Create README.md

* Update README.md

* Update README_CN.md

* Create README.md

* Update README.md

* Update README_CN.md

* Rename examples/vision/faceid/insightface/rknpu2/cpp/README.md to examples/vision/faceid/insightface/rknpu2/README_EN.md

* Rename README_CN.md to README.md

* Rename README.md to README_EN.md

* Rename README.md to README_CN.md

* Rename README_EN.md to README.md

* Create build.md

* Create environment.md

* Create issues.md

* Update build.md

* Update environment.md

* Update issues.md

* Update build.md

* Update environment.md

* Update issues.md
This commit is contained in:
Hu Chuqi
2023-02-06 11:11:00 +08:00
committed by GitHub
parent cfc7af2d45
commit e2de3f36d3
14 changed files with 685 additions and 53 deletions

View File

@@ -50,7 +50,7 @@ YOLOv8模型加载和初始化其中model_file为导出的ONNX模型格式
> YOLOv8.predict(image_data)
> ```
>
> 模型预测口,输入图像直接输出检测结果。
> 模型预测口,输入图像直接输出检测结果。
>
> **参数**
>