scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
620 stars 108 forks source link

Should we move sampling *before* resize in the README.md example code? #176

Closed kayvonf closed 6 years ago

kayvonf commented 6 years ago

I think the example code in README.md should be changed so that sampling happens prior to resizing. People are going to look at the order and think "that's wasteful". And we don't want to explain dependency analysis at this point.

fpoms commented 6 years ago

Done