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

Add support for WebP images #782

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HendricksJudy
Copy link

Fixes #135

Add support for WebP images.

  • demo/configs/webpack/common.js

    • Add webp to the test array in the rule for image files.
    • Update the image-webpack-loader configuration to support WebP images.
  • demo/src/App.tsx

    • Update the loadImage function to handle WebP images.
    • Add error handling for WebP images.
  • scripts/amg.py

    • Update the cv2.imread function to support WebP images.
    • Add conditional handling for WebP images in cv2.cvtColor.
  • scripts/export_onnx_model.py

    • Import cv2 module.
    • Update the cv2.imread function to support WebP images.
    • Add conditional handling for WebP images in cv2.cvtColor.

Fixes facebookresearch#135

Add support for WebP images.

* **demo/configs/webpack/common.js**
  - Add `webp` to the `test` array in the rule for image files.
  - Update the `image-webpack-loader` configuration to support WebP images.

* **demo/src/App.tsx**
  - Update the `loadImage` function to handle WebP images.
  - Add error handling for WebP images.

* **scripts/amg.py**
  - Update the `cv2.imread` function to support WebP images.
  - Add conditional handling for WebP images in `cv2.cvtColor`.

* **scripts/export_onnx_model.py**
  - Import `cv2` module.
  - Update the `cv2.imread` function to support WebP images.
  - Add conditional handling for WebP images in `cv2.cvtColor`.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No support for WebP Images
2 participants