add interactive seg remove/replace modal

This commit is contained in:
Qing
2022-11-30 21:53:28 +08:00
parent 023306ae40
commit e71725bee0
5 changed files with 82 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ class ISPredictor(object):
INTERACTIVE_SEG_MODEL_URL = os.environ.get(
"INTERACTIVE_SEG_MODEL_URL",
"/Users/qing/code/github/ClickSEG/clickseg_pplnet.pt",
"https://github.com/Sanster/models/releases/download/clickseg_pplnet/clickseg_pplnet.pt",
)