diff --git a/utils/general.py b/utils/general.py index 99a96576c3fd..e5a843c4a758 100644 --- a/utils/general.py +++ b/utils/general.py @@ -1115,7 +1115,7 @@ def increment_path(path, exist_ok=False, sep='', mkdir=False): return path -# OpenCV Chinese-friendly functions ------------------------------------------------------------------------------------ +# OpenCV Multilanguage-friendly functions ------------------------------------------------------------------------------------ imshow_ = cv2.imshow # copy to avoid recursion errors