pgleb
New Contributor
6 years agoImplement and run the existing SSD network on the FPGA?
I have the SSD convolutional network that is currently working on the Android device. How it is possible to run this network on Intel FPGA? The network is in the protobuf (TF) format.
The first thing as I understand I should use model Optimizer script from OpenVino to convert this model into appropriate format. But what I should do next?
Does Intel CNN library for FPGA support SSD-mobilenet architecture?