Skip to content

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