Deploying_CNN_on_FPGA_using_OpenCL icon indicating copy to clipboard operation
Deploying_CNN_on_FPGA_using_OpenCL copied to clipboard

What should I replace dog.h and squeezenet_params.h with?

Open tka-andrew opened this issue 5 years ago • 1 comments

Hi, I am using your codes as reference to do my version of CNN, but I faced a problem when compiling the host program. In your host program, there are variables such as sample, conv1_weight used, but I noticed that these are declared in another 2 files, which are dog.h and squeezenet_params.h. Can anyone tell me what should I prepare if I need to do my own CNN for object detection? I want to do the similar thing for SqueezeDet, what are the steps I need to go through?

tka-andrew avatar May 23 '20 03:05 tka-andrew

I have upload on my website [https://github.com/ChenChungKo/squeezenet]

ChenChungKo avatar Jan 01 '24 17:01 ChenChungKo