clamsproject / app-swt-detection

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

App outputs non-exiting MMIF version #80

Closed keighrim closed 8 months ago

keighrim commented 8 months ago

Bug Description

v4.0 outputs 1.1.0 version of MMIF, but that version does not exist. This is due to a bug in mmif-python==1.0.9 (and clams-python==1.1.2) (root cause was https://github.com/clamsproject/mmif/issues/216). I will yank those two versions of packages and release next versions asap, then we can update this app to use the next version of the SDK.

Reproduction steps

$ pip install mmif-python==1.0.9
$ python -c "import mmif; print(mmif.__specver__)"
1.1.0

Expected behavior

No response

Screenshots

No response

Additional context

No response

keighrim commented 8 months ago

fixed via bf41416a71d4ef0290c8758175da7411405fb604