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

4 vues (au cours des 30 derniers jours)
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?

Réponse acceptée

Wang Chen
Wang Chen le 23 Oct 2023
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

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Deep Learning HDL Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by