当前位置:网站首页>Modnet matting model reproduction
Modnet matting model reproduction
2022-07-05 06:22:00 【eton_ liu】
MODNet Reproduction of matting model
Preface
MODNet By the City University of Hong Kong and Shangtang technology in 2020 year 11 First proposed in , For real-time matting tasks . The model is excellent , Matting can be achieved without background input , And the real-time performance is very high . But the official code does not give a complete training example , I am here github A complete reproduction example is given on , stay B standing Give a rough explanation of the principle .
Repeat step
# 1. Download the code and enter the working directory
git clone https://github.com/actboy/MODNet
cd MODNet
# 2. Installation dependency
pip install -r src/requirements.txt
# 3. Download and extract the dataset
wget -c https://paddleseg.bj.bcebos.com/matting/datasets/PPM-100.zip -O src/datasets/PPM-100.zip
unzip src/datasets/PPM-100.zip -d src/datasets
# 4. Training models
python src/trainer.py
# 5. Model to evaluate
python src/eval.py
# 6. Model reasoning
python src/infer.py
边栏推荐
- Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
- Leetcode stack related
- Leetcode-1200: minimum absolute difference
- P3265 [jloi2015] equipment purchase
- LeetCode-54
- Records of some tools 2022
- MySQL advanced part 1: View
- Erreur de connexion Navicat à la base de données Oracle Ora - 28547 ou Ora - 03135
- 开源存储这么香,为何我们还要坚持自研?
- [2021]GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields
猜你喜欢

开源存储这么香,为何我们还要坚持自研?

Traditional databases are gradually "difficult to adapt", and cloud native databases stand out

Chapter 6 relational database theory

Overview of variable resistors - structure, operation and different applications

Navicat连接Oracle数据库报错ORA-28547或ORA-03135

MySQL advanced part 1: View

背包问题 AcWing 9. 分组背包问题

What is socket? Basic introduction to socket

实时时钟 (RTC)

快速使用Amazon MemoryDB并构建你专属的Redis内存数据库
随机推荐
our solution
中国剩余定理 AcWing 204. 表达整数的奇怪方式
Traversal of leetcode tree
[leetcode] day95 effective Sudoku & matrix zeroing
How to set the drop-down arrow in the spinner- How to set dropdown arrow in spinner?
Leetcode-6111: spiral matrix IV
Filter the numbers and pick out even numbers from several numbers
Leetcode-9: palindromes
LeetCode 1200. Minimum absolute difference
Leetcode dynamic programming
快速使用Amazon MemoryDB并构建你专属的Redis内存数据库
Leetcode-31: next spread
[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian
Single chip computer engineering experience - layered idea
阿里巴巴成立企业数智服务公司“瓴羊”,聚焦企业数字化增长
【LeetCode】Day95-有效的数独&矩阵置零
What is socket? Basic introduction to socket
__ builtin_ Popcount() counts the number of 1s, which are commonly used in bit operations
4. Object mapping Mapster
MySQL advanced part 1: index