Skip to content

Commit

Permalink
Modify a comment for OpenCV File I/O Functions (#10467)
Browse files Browse the repository at this point in the history
Modify comment for OpenCV File I/O Functions

Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>

Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
  • Loading branch information
developer0hye authored Dec 12, 2022
1 parent 342fe05 commit 443ef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 443ef7f

Please sign in to comment.