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
Inpaint_wechat是一款基于微信AI能力的微信小程序,实现了图片选定区域的消除修复功能,纯客户端实现,无服务端。 本程序借鉴了 MI-GAN 原项目和 inpaint_web 网页实现项目的逻辑以及部分代码。
鉴于微信小程序仅支持有限的算子,为了弥补这一限制,本程序采用了 WebAssembly (wasm) 技术,并结合适配微信的 OpenCV 技术,以实现对模型的预处理和后处理。
相关链接 https://github.com/shifu-group/inpaint_wechat
The text was updated successfully, but these errors were encountered:
多谢推广
Sorry, something went wrong.
No branches or pull requests
Inpaint_wechat是一款基于微信AI能力的微信小程序,实现了图片选定区域的消除修复功能,纯客户端实现,无服务端。
本程序借鉴了 MI-GAN 原项目和 inpaint_web 网页实现项目的逻辑以及部分代码。
鉴于微信小程序仅支持有限的算子,为了弥补这一限制,本程序采用了 WebAssembly (wasm) 技术,并结合适配微信的 OpenCV 技术,以实现对模型的预处理和后处理。
相关链接 https://github.com/shifu-group/inpaint_wechat
Video Demo(视频演示)
inpaint-wechat_480.mp4
Demo(1.选择图片 2.选择区域 3.消除)
QR Code for the Wechat App (扫描微信小程序二维码打开小程序)
The text was updated successfully, but these errors were encountered: