PySceneDetect
PySceneDetect copied to clipboard
Temporal Segmentation Detector
@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