roboflow / sports

computer vision and sports
MIT License
2.4k stars 256 forks source link

Is it possible to make the code work with two video inputs? #8

Open allefrodrigo opened 3 months ago

allefrodrigo commented 3 months ago

Each video would represent one side of the field. The goal is to map all players on the field. TV broadcast videos often miss players who are off-screen, so with two cameras, I could cover parts of the field that are not shown.

SkalskiP commented 3 months ago

Yup I think it should be possible. It would of course 2x slower unless we will come up with idea to stitch those two videos into one large resolution one.

allefrodrigo commented 3 months ago

Yup I think it should be possible. It would of course 2x slower unless we will come up with idea to stitch those two videos into one large resolution one.

Thinking about the idea of ​​combining the two videos is a good way, I will try to work on it in the future.