HanPU-Code / CNN_YOLO_AI_accelerator

This project is to design yolo AI accelerator in verilog HDL.
7 stars 1 forks source link

How many conv operator should be instantiated in conv layer #1

Closed HanPU-Code closed 2 months ago

HanPU-Code commented 3 months ago

conv.v is conv operator that operate 3x3 convolution in 1 cycle.

First input data is 416x416x3 size img. filters are 16. size / stride are 3x3 / 1 output data is 416x416x16 size.