You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@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
The text was updated successfully, but these errors were encountered: