stanford-futuredata / noscope

Accelerating network inference over video
http://dawn.cs.stanford.edu/2017/06/22/noscope/
436 stars 122 forks source link

Support Yolo3 and CPU? #42

Open HoracceFeng opened 6 years ago

HoracceFeng commented 6 years ago

Hi, this work is so attractive in video detection mission. Just want to know if this code can be used in CPU? Plus, can I simply add the yolo3 module in this code?

Thank you!

ddkang commented 6 years ago

You are welcome to fork and update the code to run on CPU and use YOLOv3. These are not supported by default.

HoracceFeng commented 6 years ago

Thanks for telling me this. Will try it later.