-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Hi!
I've just tried out the new feature, #294
I'd like to suggest a couple of things how it could me made a bit better.
Problem/Use Case
First thing: way I see it, primary use case of "load-scenes" is to save time on detection when a single video must be processed several times. There are other use cases, of course, but for this one it doesn't do much good: detection via the list takes nearly as much time as without it.
Another thing is that currently I can't be certain if the script works with the list at all. At first I made a list without "-s" argument, then I read the document and added the argument, and didn't notice any difference.
Solutions
It would be great to make it so having the .csv allows to skip the detection process entirely (if that's even possible of course).
Also would be nice if the script informed that it currently uses the list instead of a detection from scratch.
Thank you for your amazing work!