PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

Temporal Segmentation Detector

Open Breakthrough opened this issue 9 months ago • 0 comments

@wjs018 mentioned after reviewing the MSU Shot Boundary Detection Benchmarks that one of the best performing algorithms uses something called Local Binary Patterns and Canny Edge Detection. We should see if we can implement this method in PySceneDetect, and evaluate it's performance and accuracy.

Of interest is that this algorithm should be able to handle dissolve transitions more effectively.

Github: https://github.com/alokssingh/Temporal-segmentation-Shot-boundary Paper: https://doi.org/10.1007/s11760-019-01593-3

Breakthrough avatar Feb 12 '25 01:02 Breakthrough