Closed RusseII closed 3 years ago
Yes, please see the readme for more details.
Oh you mean look at timestamps. Sure, should be easy enough to implement.
Done, with unit test yay. Script here.
pip install pillaralgos==1.0.11
from pillaralgos import brain
json = brain.run(data, x=1, limit=None)
Let me know how it works
Has this been completed? Seems like #30 would close this.
I'm gonna close it. @RusseII reopen if you find issues.
When viewing the clips I noticed that the best clips were often picked up by several of the algorithms. Would it make sense to look across all the algorithms and see which clips were identified by multiple of the algorithms and assume those clips are better? Or does that not make sense?