pillargg / pillar_algos

Finds best timestamps to cut at
https://docs.pillar.gg/pillar_algos/
GNU General Public License v3.0
1 stars 0 forks source link

Could we detect clips with image recognition? #32

Open RusseII opened 3 years ago

RusseII commented 3 years ago

For example, when we see the below image we know that a game just ended. There is almost always a good clip right before this event. image

This is outside of scope for the current implementation, but I wanted to note this possible extension down.

pomkos commented 3 years ago

Yes but I stopped exploring this avenue cuz @gatesyp indicated it is out of our current budget? I'd be happy investigate again though.

chand1012 commented 3 years ago

@gatesyp indicated it is out of our current budget.

What if we took the video, converted it into a really low frame rate (like 2-3 frames per second) and used an ML model to compare the static images? Could that bring the cost down?