Skip to content

v0.1.24

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 11:19
· 644 commits to main since this release
aae2353

v0.1.23/v0.1.24 (2022-12-17)

Fixed

  • [smartcell] fixed charset loading when initialising FP16/INT8 CRNN models. #144
  • [smartcell] fixed OpenCL target label.

Changed

  • [smartcell] register the model zoo smart cell (Evision.SmartCell.Zoo) on starting. Thanks to @josevalim.

  • [smartcell] make :kino and :progress_bar optional dependencies.

  • [ci] added one more step to make sure it compiles without optional deps. Thanks to @josevalim.

  • [smartcell] hide all FP16 models of CRNN because they were not supported until opencv/opencv #22337, which was after the release date of OpenCV 4.6.0.

    See more on opencv/opencv#18735 (comment).

  • [smartcell] hide CRNN CH (INT8) and CRNN EN (INT8) because OpenCV 4.6.0 seemed to have problems loading/parsing them even with the demo.py script in the official opencv_zoo repo.