Can anybody share their paramter for ContentDetector that work well and detecting scenes of raw unedited footage? #371
apthomas
started this conversation in
Detection Algorithms
Replies: 1 comment 1 reply
-
I've found research papers that reference PySceneDetect to be useful for finding different datasets to use for testing purposes. For example: This is definitely an open area of research for the project, especially now that the latest version of PySceneDetect allows you to customize the weights applied to the different components used for calculating the content score. It would be awesome if evaluation of different detectors and parameters could be automated using one of these datasets, especially with other detection methods in the pipeline. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've begun playing around with PySceneDetect and only just the threshold attribute, but would be curious if others have tuned the ContentDetector parameters so that performance is good on unedited raw footage?
Additionally if you have, do you know of datasets with raw footage and labeled scenes that allow you to use as ground truth in evalauting the performance of the ContentDetector with said attributes?
Beta Was this translation helpful? Give feedback.
All reactions