Zehaos / MobileNet

MobileNet build with Tensorflow
Apache License 2.0
1.62k stars 470 forks source link

Running Feedforward #16

Closed ydzhang12345 closed 7 years ago

ydzhang12345 commented 7 years ago

Hi,

Nice work! I am interesting in benchmarking mobilenet vs. yolo2 in object detection for CPU. However, I found that it was a bit headache to find the correct way to run a forward pass to get the classification and bbox. Can you explain a bit about the details on how to do it?

Zehaos commented 7 years ago

Hi, To understand how yolov2 work, please refer to the paper.