mirror of https://github.com/ZHKKKe/MODNet.git
update README
parent
30836432c9
commit
55d2d16b59
|
|
@ -20,7 +20,7 @@ WebCam Video Demo [<a href="demo/video_matting/webcam">Offline</a>][<a href="htt
|
|||
|
||||
|
||||
## News
|
||||
- [Dec 25 2020] *Merry Christmas!* :christmas_tree: Release Custom Video Matting Demo [[Offline](demo/video_matting/custom)] that allows processing your own videos.
|
||||
- [Dec 25 2020] ***Merry Christmas!*** :christmas_tree: Release Custom Video Matting Demo [[Offline](demo/video_matting/custom)] for user videos.
|
||||
- [Dec 15 2020] A cool [WebGUI](https://gradio.app/g/modnet) for image matting based on MODNet is built by the [Gradio](https://github.com/gradio-app/gradio) team!
|
||||
- [Dec 10 2020] Release WebCam Video Matting Demo [[Offline](demo/video_matting/webcam)][[Colab](https://colab.research.google.com/drive/1Pt3KDSc2q7WxFvekCnCLD8P0gBEbxm6J?usp=sharing)] and Image Matting Demo [[WebGUI](https://gradio.app/g/modnet)][[Colab](https://colab.research.google.com/drive/1GANpbKT06aEFiW-Ssx0DQnnEADcXwQG6?usp=sharing)].
|
||||
- [Nov 24 2020] Release [Arxiv Preprint](https://arxiv.org/pdf/2011.11961.pdf) and [Supplementary Video](https://youtu.be/PqJ3BRHX3Lc).
|
||||
|
|
@ -41,7 +41,7 @@ It allows you to upload portrait images and predict/visualize/download the alpha
|
|||
|
||||
<img src="doc/gif/image_matting_demo.gif" width='40%'>
|
||||
|
||||
You can also use this [WebGUI](https://gradio.app/g/modnet) (hosted on [Gradio](https://github.com/gradio-app/gradio)) for portrait image matting directly from your browser without any code!
|
||||
You can also use this [WebGUI](https://gradio.app/g/modnet) (hosted on [Gradio](https://github.com/gradio-app/gradio)) for portrait image matting from your browser without any code!
|
||||
|
||||
<img src="https://i.ibb.co/9gLxFXF/modnet.gif" width='40%'>
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ You can also use this [WebGUI](https://gradio.app/g/modnet) (hosted on [Gradio](
|
|||
|
||||
|
||||
## License
|
||||
This project (code, pre-trained models, demos, *etc*.) is released under the [Creative Commons Attribution NonCommercial ShareAlike 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode) license.
|
||||
This project (code, pre-trained models, demos, *etc.*) is released under the [Creative Commons Attribution NonCommercial ShareAlike 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode) license.
|
||||
|
||||
|
||||
## Acknowledgement
|
||||
|
|
|
|||
Loading…
Reference in New Issue