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

Adding webp, tiff, bmp to allowed_extensions list in imageai/Detection/__init__.py #816

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2023

  1. Update __init__.py

    Allowed extensions in opencv read list were `["jpg", "jpeg", "png"]`. `.webp` extension also also can be read by opencv. Therefore adding `webp` to the allowed_extension list.
    santokalayil authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a49cc6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from santokalayil/santokalayil-patch-1

    Update __init__.py
    santokalayil authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9e4fb9d View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    Allowed extensions in opencv read list were ["jpg", "jpeg", "png"]. webp, bmp, tiff extensions also can be read by opencv. Therefore adding webp to the allowed_extension list.
    santokalayil authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    08643d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Aug 3, 2024

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