From 136e1114059d80cf2b67f21e3996e4cdf947411e Mon Sep 17 00:00:00 2001 From: Kritik Soman Date: Sun, 18 Oct 2020 09:56:37 +0530 Subject: [PATCH] rename deeplabv3 --- gimp-plugins/{deeplabv3.py => semseg.py} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename gimp-plugins/{deeplabv3.py => semseg.py} (97%) diff --git a/gimp-plugins/deeplabv3.py b/gimp-plugins/semseg.py similarity index 97% rename from gimp-plugins/deeplabv3.py rename to gimp-plugins/semseg.py index 6206b7e..2abb23b 100755 --- a/gimp-plugins/deeplabv3.py +++ b/gimp-plugins/semseg.py @@ -75,13 +75,13 @@ def deeplabv3(img, layer,cFlag) : register( - "deeplabv3", - "deeplabv3", + "semantic-segmentation", + "semantic-segmentation", "Generate semantic segmentation map based on deep learning.", "Kritik Soman", "GIMP-ML", "2020", - "deeplabv3...", + "semantic-segmentation...", "*", # Alternately use RGB, RGB*, GRAY*, INDEXED etc. [ (PF_IMAGE, "image", "Input image", None), (PF_DRAWABLE, "drawable", "Input drawable", None),