nins_

nins_ t1_iuwwdrw wrote

2

nins_ t1_iuen1e3 wrote

The manual annotation would involve you noting down the timestamps in a csv. Then you write a short script (I would do it with OpenCV) to read the video files, get 20 frames prior to each timestamp, save them as images into whatever directory structure you need.

Edit: MoviePy package will probably be easier than OpenCV for you.

5

nins_ t1_iu5na8f wrote

Is the input space very large?

What if you train a model to predict the actual value using your dataset and then simply run an exhaustive prediction over your input space? Then lookup the closest model output value whenever you need it and check the corresponding input parameters.

3