clamsproject / app-swt-detection

CLAMS app for detecting scenes with text from video input
Apache License 2.0
1 stars 0 forks source link

Fixing post binning for the classifier #57

Closed marcverhagen closed 10 months ago

marcverhagen commented 10 months ago

This fixes an old problem where you could not run a model that uses post-binning. This is fixed in the sense that you can now have a model created while a post-binning strategy was defined in the training config file. That same strategy will now be used while running the classifier (note though that it is the stitcher and not the classifier itself that uses post-binning).