MODNet
A Trimap-Free Portrait Matting Solution in Real Time [AAAI 2022]
File Explorer
Download Latest Version (.zip)- inference.py
- README.md
- README.md
- requirements.txt
- run.py
- README.md
- requirements.txt
- run.py
- commercial_image_matting_model_result.gif
- commercial_image_matting_website.gif
- homepage_demo.gif
- image_matting_demo.gif
- video_matting_demo.gif
- __init__.py
- export_onnx.py
- inference_onnx.py
- modnet_onnx.py
- README.md
- requirements.txt
- README.md
- __init__.py
- mobilenetv2.py
- wrapper.py
- __init__.py
- modnet.py
- __init__.py
- trainer.py
- __init__.py
- export_torchscript.py
- modnet_torchscript.py
- README.md
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ZHKKKe/MODNet
Downloads the entire project code from GitHub to your computer.
cd MODNet
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r onnx/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
