From a3176793ef1e11444d91a713d2cdea3f980798de Mon Sep 17 00:00:00 2001 From: Jiawei Wu <269182663@qq.com> Date: Thu, 3 Aug 2023 22:24:40 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de9559f..4ee89df 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: