fpgasystems / spooNN

FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)
GNU Affero General Public License v3.0
261 stars 73 forks source link

which id of object is the box detecting #16

Closed vxking closed 5 years ago

vxking commented 5 years ago

the output has not recover which id of object is the box detecting? where can I get the info?

kaankara commented 5 years ago

Do you mean which class the object belongs to? The model actually predicts that, but we do not output this information, since the contest did not require that. You need to make changes to the HLS code to output this information (out of conv_class) also.