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),