PaddleOCR/tools/infer
Timo 4bde18a1b7
Fix the incompatibility of gif saving
When cv2.imwirte() saves ".gif", it will cause _error: (-2:Unspecified error) could not find a writer for the specified extension in function 'cv::imwrite_'_. We add an if statement to check whether the saving file format is ".gif" so as to avoid the error.
2021-03-26 20:10:07 +01:00
..
predict_cls.py add export to limit GPU-memory-usage 2020-12-22 15:57:21 +08:00
predict_det.py fix issue #2080 2021-02-24 20:38:07 +08:00
predict_rec.py predict_rec support rare 2021-02-08 14:02:48 +08:00
predict_system.py Fix the incompatibility of gif saving 2021-03-26 20:10:07 +01:00
utility.py enable memory optim 2021-03-11 16:42:06 +08:00