stanford-futuredata / noscope

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

Any visualizing script for video files? #19

Closed Arsey closed 6 years ago

Arsey commented 7 years ago

I was looking into the scripts and hope that I can find there something that could help to visualize testing results (draw bounding boxes on frames just like in the article on that GIFs animations), but haven't found it. Is there such a tool in the source code or not?

ddkang commented 7 years ago

There is: https://github.com/stanford-futuredata/noscope/blob/master/noscope/Visualizer.py

Arsey commented 7 years ago

Thank you!!!

Arsey commented 7 years ago

@ddkang btw I was more curious about test results visualization. is it possible?

ddkang commented 6 years ago

Since the test results are in currently the binary classification task, we didn't see a need to visualize the results. We have some experiments with bounding boxes in the works though and we'll likely publish a script for the test results then.

Arsey commented 6 years ago

I see.