MrityunjayBhardwaj / u2Net-PyMatting

Improving u2net using classical alpha matting techniques.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

U2-Net: U Square Net

Description:

Improving u2Net performance using classical alpha metting techniques.

BaseCode:

pymatting: https://github.com/pymatting/pymatting u2Net: https://github.com/xuebinqin/U-2-Net/blob/master/u2net_train.py

Setup:

  1. Install All the Dependencies ( its recommended to create a new env.)
pip install -r requirements.txt
  1. Download DUTS Dataset from here.

  2. Put DUTS-TR inside train_data/DUTS/

  3. you can also download the pretrained models from here and put it inside saved_models folder

  4. run the training script:

python u2net_train.py

Architecture:

architecture

Results:

chart

About

Improving u2net using classical alpha matting techniques.

License:Apache License 2.0


Languages

Language:Python 100.0%