Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fire-friend committed Aug 3, 2023
1 parent f0aa708 commit a317679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cutting out an object and estimating its opacity mask, known as image matting, i

**Training**:

We built a standard framework that supports distributed training and easy to extend custom methods.
We built a standard framework that supports distributed training and easy to extend custom methods. The custom instruction can be seen in [here]().

You can modify the *config/ITMODNet_config.yaml* and then run as follows:

Expand All @@ -26,6 +26,6 @@ You can modify the *config/ITMODNet_config.yaml* and then run as follows:

------

## Custom guideline
## \hypertarget{ci}{Custom instruction}

The components of *dataloader, model, traner, evaluater, config*, etc. are separated. If you want to add a custom method or loader, the main guideline is as follows:

0 comments on commit a317679

Please sign in to comment.