The best solution for
starting your AI applications.
Provided by Renesas Electronics Corporation
This project is maintained by renesas-rz
Hosted on GitHub Pages — Theme by orderedlist
Directory | Details |
---|---|
exe_* |
Execution environment required when running application on each supported board. |
src_* |
Application Source Code (C++) for each supported board. |
Other directory | Optional: Extra files that may be required other than above. |
Makefile |
Optional: Configuration to build the application. It may be included in the src_* directory. |
README.md |
Optional: Documentation of the application. |
git clone -b v1.00 <GitHub repository url>
define.h
and other files.define.h
as shown below.#define CAM_IMAGE_WIDTH (640)
#define CAM_IMAGE_HEIGHT (480)
#define CAM_IMAGE_WIDTH (1920)
#define CAM_IMAGE_HEIGHT (1080)
define.h
.*_fhd
directory.define.h
as shown below.const static std::string model_dir = "yolov3_onnx";
const static std::string model_dir = "yolov3_onnx_fhd";
*_deploy.so
(one of AI Model object files) from the Release page due to its filesize.exe_v2h
according to each README.md
and rename it to deploy.so
.
*_fhd
directory), you can use the same AI model object as for VGA input size.
See README.md
provided in each AI Applications.
All images listed in AI Applications page are proprietary files owned exclusively by Renesas Electronics Corporation.