Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix resource path #3259

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en_US/guide/ai/onnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Rest API rule creation to call the model:

The results are shown in the image below, indicating the predicted probabilities of different digits in the input image.

![result query](../../../resources/mqttx_mnist.png)
![result query](../../resources/mqttx_mnist.png)

You can use a program like the one below to send images located in the ONNX directory.

Expand Down Expand Up @@ -182,7 +182,7 @@ The results are shown in the image below, with the inference returning:
]
```

![result query](../../../resources/mqttx_sum_and_difference.png)
![result query](../../resources/mqttx_sum_and_difference.png)

Send test data like below through MQTT client.

Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions docs/zh_CN/guide/ai/onnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Rest API 创建规则以调用模型:

结果如下图所示,输入图片之后,推导出图片中不同数字的输出可能性。

![结果查询](../../../resources/mqttx_mnist.png)
![结果查询](../../resources/mqttx_mnist.png)

你可以使用类似如下程序的方式来发送图片,图片位于ONNX目录下。

Expand Down Expand Up @@ -168,7 +168,7 @@ POST /rules
[{"onnx":[[1.9999883,0.60734314]]}]
```

![结果查询](../../../resources/mqttx_sum_and_difference.png)
![结果查询](../../resources/mqttx_sum_and_difference.png)

你可以使用 MQTT 客户端发送测试数据。

Expand Down
Binary file added docs/zh_CN/resources/mqttx_mnist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/zh_CN/resources/mqttx_sum_and_difference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading