[Error in dnnfpga.ap​is.Workflo​w/compileN​etwork] - Enable the Resize2D

4 ビュー (過去 30 日間)
Ngo Hieu Truong
Ngo Hieu Truong 2023 年 10 月 23 日
回答済み: Wang Chen 2023 年 10 月 23 日
I tried to compile the yolov3 tiny model according to the instructions : https://www.mathworks.com/help/deep-learning-hdl/ug/detect-objects-using-yolov3-network-deployed-to-fpga.html
I changed net to tiny-yolov3-coco and board to Intel - Arria 10 SOC.
When I run command : dn = compile(hW);
result:
Prepending following Altera Quartus II path(s) to the system path:
/home/trolny/intelFPGA/18.1/quartus/bin
Setting QUARTUS_64BIT environment variable to 1 to turn on 64-bit processing.
### Compiling network for Deep Learning FPGA prototyping ...
### Targeting FPGA bitstream arria10soc_single.
### An output layer called 'Output1_conv2d_10' of type 'nnet.cnn.layer.RegressionOutputLayer' has been added to the provided network. This layer performs no operation during prediction and thus does not affect the output of the network.
### An output layer called 'Output2_conv2d_13' of type 'nnet.cnn.layer.RegressionOutputLayer' has been added to the provided network. This layer performs no operation during prediction and thus does not affect the output of the network.
### Optimizing network: Fused 'nnet.cnn.layer.BatchNormalizationLayer' into 'nnet.cnn.layer.Convolution2DLayer'
Error using dnnfpga.compiler.codegenfpga
The bitstream does not have a(n) Resize2D block present in the custom processing module. To fix the problem, enable the Resize2D property of the custom module in the processor configuration and generate the bitstream again.
Error in dnnfpga.apis.Workflow/compileNetwork
Error in dnnfpga.apis.Workflow/compile
How can I fix it?

採用された回答

Wang Chen
Wang Chen 2023 年 10 月 23 日
Hi Ngo,
The resize2DLayer inside of the Yolo v3 network is not yet supported by DL HDL Toolbox on Intel boards like Arria 10 SoC board. The Yolo v3 network is supported on Xilinx boards. This limitation is documented at here:
Alternatively, could you use Yolo v2 network on Intel board?
Thanks,
Wang

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Deep Learning HDL Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by