renesas-rz / rzv_drp-ai_tvm

Extension package of Apache TVM (Machine Learning Compiler) for Renesas DRP-AI accelerators powered by Edgecortix MERA(TM) Based Apache TVM version: v0.11.1
Apache License 2.0
41 stars 5 forks source link

How to generate the contents in "apps/exe/preprocess_tvm_v2l" ? #7

Open lexra opened 1 year ago

lexra commented 1 year ago

How to generate the contents in "apps/exe/preprocess_tvm_v2l" form a given prebuilt "*.onnx" ?

BR-

wk-mnA commented 1 year ago

In v1.0.4, the "apps/exe/preprocess_tvm_v2l" is provided as binary files and cannot be generated by user. It only allows a fixed preprocessing sequence, but you can change some parameters. Please check the link below to see which parameters can be changed. https://github.com/renesas-rz/rzv_drp-ai_tvm/tree/main/apps#s_preproc_param_t

lexra commented 1 year ago

Thanks a lot.

lexra commented 1 year ago

well, I had deployed this sample_app to Renesas RZ/V2L successfully; now I'm trying to do to our custom V2L.

in case of pre_in_addr parameter, could I override the pre_in_addr parameter in this tutorial_app?

wk-mnA commented 1 year ago

pre_in_addr must be defined, so you need to change the pre_in_addr to the appropriate value for your custom V2L.

lexra commented 1 year ago

Thanks a lot.