stanford-futuredata / noscope

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

Can this system get detection rectangle for each frame? #11

Open lzhaozi opened 7 years ago

lzhaozi commented 7 years ago

I am not sure whether I fully digested this work. Is this work NoScope can replace YOLO v2 but reach much higher speed? The most important question I am concerned is that, YOLO v2 can not only detect whether a frame have a bus, but also can give the position and rectangle where the bus is. Can NoScope give the position and rectangle where the bus is? Or NoScope can only classify whether a frame have or not have a bus? The detection position is very important for our lab, so we hope we can know whether NoScope can provide detection rectangles. Thank you!

Arsey commented 7 years ago

I would recommend you to read the paper more patiently. NoScope uses YOLO for detection but does it in a very efficient way.