Skip to content

Commit

Permalink
Merge branch 'object_detection' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wk-mnA committed Aug 9, 2024
2 parents 83ac606 + 7d4530a commit e43906c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions R01_object_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The AI model used for the sample application is [YOLOV3](https://arxiv.org/pdf/1
MIPI Camera Module(Google Coral Camera)<br>
Used as a camera input source.
</li>
<li>MicroUSB to Serical Cable for serial communication.</li>
<li>MicroUSB to Serial Cable for serial communication.</li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -178,7 +178,7 @@ E.g., for RZ/V2L, use the `rzv2l_ai_sdk_container` as the name of container crea
4. Create and move to the `build` directory.
```sh
mkdir -p build && cd build
``````
```
4. Build the application by following the commands below.
- For RZ/V2L,
```sh
Expand All @@ -202,7 +202,7 @@ After completion of the guide, the user is expected of following things.
- microSD card setup is done.

### File Configuration
For the ease of deployment all the deployables file and folders are provided in following folders.
For the ease of deployment all the deployable files and folders are provided in following folders.
|Board | `EXE_DIR` |
|:---|:---|
|RZ/V2L EVK|[exe_v2l](./exe_v2l) |
Expand All @@ -211,7 +211,7 @@ For the ease of deployment all the deployables file and folders are provided in
Each folder contains following items.
|File | Details |
|:---|:---|
|licecnses | License information of AI model. <br>Not necessary for running application. |
|licenses | License information of AI model. <br>Not necessary for running application. |
|yolov3_onnx | Model object files for deployment.<br>Pre-processing Runtime Object files included. |
|yolov3_onnx_fhd | **For `exe_v2h` only.** <br>Required when using FHD camera input image.<br>See [Reference](#reference). |
|coco-lables-2014_2017.txt | Label list for Object Detection. |
Expand All @@ -227,7 +227,7 @@ Replace each variable according to your board.
|Board | `EXE_DIR` |`URL` |`SO_FILE` |File Location |
|:---|:---|:---|:---|:---|
|RZ/V2L EVK|[exe_v2l](./exe_v2l) |<span style="font-size: small">`https://github.com/renesas-rz/rzv_ai_sdk/releases/download/v2.00/`</span> |<span style="font-size: small">`R01_object_detection_deploy_tvm-v111.so`</span> |[Release v2.00](https://github.com/renesas-rz/rzv_ai_sdk/releases/tag/v2.00/) |
|RZ/V2H EVK|[exe_v2h](./exe_v2h) |<span style="font-size: small">`https://github.com/renesas-rz/rzv_ai_sdk/releases/download/v4.00/`</span> |<span style="font-size: small">`R01_object_detection_deploy_tvm_v2h-v221.so`</span> |[Release v4.00](https://github.com/renesas-rz/rzv_ai_sdk/releases/tag/v4.00/) |
|RZ/V2H EVK|[exe_v2h](./exe_v2h) |<span style="font-size: small">`https://github.com/renesas-rz/rzv_ai_sdk/releases/download/v5.00pre/`</span> |<span style="font-size: small">`R01_object_detection_deploy_tvm_v2h-v230.so`</span> |[Release v5.00pre](https://github.com/renesas-rz/rzv_ai_sdk/releases/tag/v5.00pre/) |

- E.g., for RZ/V2L EVK, use following commands.
```sh
Expand Down Expand Up @@ -298,7 +298,7 @@ After completion of the guide, the user is expected of following things.
- PreProcess: Processing time taken for AI pre-processing.
- PostProcess: Processing time taken for AI post-processing.<br>(excluding the time for drawing on HDMI screen).
4. To terninate the application, switch the application window to the terminal by using `Super(windows key)+Tab` and press ENTER key on the terminal of the board.
4. To terminate the application, switch the application window to the terminal by using `Super(windows key)+Tab` and press ENTER key on the terminal of the board.
## Application: Configuration
Expand Down
Binary file modified R01_object_detection/exe_v2h/object_detection
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ work 5a0c00 80
weight 5a0c80 80
drp_config 5a0d00 efe10
aimac_param_cmd 690b40 20
aimac_param_desc 690b80 10
aimac_param_desc 690b80 20
aimac_cmd 690bc0 180
aimac_desc 690d40 50
aimac_desc 690d40 60
drp_param 690e00 f0
drp_desc 690f00 110
Binary file modified R01_object_detection/exe_v2h/yolov3_onnx/preprocess/aimac_desc.bin
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ work f00c00 80
weight f00c80 80
drp_config f00d00 efe10
aimac_param_cmd ff0b40 20
aimac_param_desc ff0b80 10
aimac_param_desc ff0b80 20
aimac_cmd ff0bc0 180
aimac_desc ff0d40 50
aimac_desc ff0d40 60
drp_param ff0e00 f0
drp_desc ff0f00 110
Binary file not shown.
Binary file not shown.

0 comments on commit e43906c

Please sign in to comment.