clamsproject / app-swt-detection

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

Deal with configurations without pre-binning #64

Closed marcverhagen closed 9 months ago

marcverhagen commented 9 months ago

Because

Models without any pre-binning were not dealt with before in the classifier/stitcher code, so it is not surprising that the stitcher breaks on this because it uses the pre-bin labels.

Done when

No response

Additional context

No response

marcverhagen commented 9 months ago

The classifier also breaks on this since it relies on there being pre-bins:

https://github.com/clamsproject/app-swt-detection/blob/973294b64a560739b688f549497ceccabd37a46d/modeling/classify.py#L52-L56