We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/ZHKKKe/MODNet?tab=readme-ov-file
They have ONNX file and the python cli usage looks simple, but I can't find how to use with transformers.js.
!python -m demo.image_matting.colab.inference \ --input-path demo/image_matting/colab/input \ --output-path demo/image_matting/colab/output \ --ckpt-path ./pretrained/modnet_photographic_portrait_matting.ckpt
The text was updated successfully, but these errors were encountered:
Hi there 👋 I've opened a PR which will add support for MODNet to transformers.js. See the model card for example usage.
Sorry, something went wrong.
online demo: https://huggingface.co/spaces/oakerx/vanilla-js-portrait-matting
Successfully merging a pull request may close this issue.
Question
https://github.com/ZHKKKe/MODNet?tab=readme-ov-file
They have ONNX file and the python cli usage looks simple, but I can't find how to use with transformers.js.
The text was updated successfully, but these errors were encountered: