dgschwend / zynqnet

Master Thesis "ZynqNet: An FPGA-Accelerated Embedded Convolutional Neural Network"
GNU General Public License v3.0
741 stars 297 forks source link

what does the (88.38%: class 207 (output 18.94) mean ? #58

Open yaw2009 opened 5 years ago

yaw2009 commented 5 years ago

hi :

I've been studying zynq recently.When I finished the simulation under HLS the last print : 88.38%: class 207 (output 18.94) 4.42%: class 852 (output 15.95) 4.25%: class 208 (output 15.91) 1.65%: class 219 (output 14.97) 0.20%: class 929 (output 12.85) what does the class 207 mean?

yaw2009 commented 5 years ago

My understanding is that: class 207 is Classification results,for example : dog or cat , Where can I check?

yaw2009 commented 5 years ago

ok i get it , it form imagenet and class 207 is dog

jamdodot commented 3 years ago

hi do you know how to convert a jpeg to indata file to test?