• T
    Fix the incompatibility of gif saving · 4bde18a1
    Timo 提交于
    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.
    4bde18a1
predict_system.py 6.8 KB