Merge branch 'main' into dev

pull/57/head
Bingsu 2023-05-13 14:59:40 +09:00
commit 30cb65e451
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ class AfterDetailerScript(scripts.Script):
with ChangeTorchLoad():
pred = predictor(ad_model, pp.image, args.ad_conf, **kwargs)
masks = mask_preprocess(pred.masks)
masks = mask_preprocess(pred.masks, args.ad_dilate_erode)
if not masks:
print(