PaddleOCR/tools
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
..
infer Fix the incompatibility of gif saving 2021-03-26 20:10:07 +01:00
eval.py Update eval.py 2021-03-18 14:07:13 +08:00
export_model.py Merge branch 'dygraph' into dygraph_for_srn 2021-01-29 11:37:19 +08:00
infer_cls.py add export to limit GPU-memory-usage 2020-12-22 15:57:21 +08:00
infer_det.py fix issue #2080 2021-02-24 20:38:07 +08:00
infer_rec.py add srn for dygraph 2020-12-30 16:15:49 +08:00
program.py Merge pull request #1920 from LDOUBLEV/trt_cpp 2021-02-18 19:25:06 +08:00
test_hubserving.py fix test_hubserving (#2071) 2021-02-22 17:23:55 +08:00
train.py add dataset len check 2021-02-05 12:35:08 +08:00