Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

np.fromfile() Chinese image paths fix #6979

Merged
merged 5 commits into from
Mar 23, 2022

Commits on Mar 15, 2022

  1. 🎉 🆕 now can read Chinese image path.

    use "cv2.imdecode(np.fromfile(f, np.uint8), cv2.IMREAD_COLOR)" instead of "cv2.imread(f)" for Chinese image path.
    yeshanliu committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    8f61583 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    48fafee View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    0bbfce8 View commit details
    Browse the repository at this point in the history
  2. Update datasets.py

    glenn-jocher committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    354c3c8 View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    glenn-jocher committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    524b9bb View commit details
    Browse the repository at this point in the history