mirror of
https://github.com/kritiksoman/GIMP-ML
synced 2024-10-31 09:20:18 +00:00
rename deeplabv3
This commit is contained in:
parent
f95e2b4739
commit
136e111405
@ -75,13 +75,13 @@ def deeplabv3(img, layer,cFlag) :
|
|||||||
|
|
||||||
|
|
||||||
register(
|
register(
|
||||||
"deeplabv3",
|
"semantic-segmentation",
|
||||||
"deeplabv3",
|
"semantic-segmentation",
|
||||||
"Generate semantic segmentation map based on deep learning.",
|
"Generate semantic segmentation map based on deep learning.",
|
||||||
"Kritik Soman",
|
"Kritik Soman",
|
||||||
"GIMP-ML",
|
"GIMP-ML",
|
||||||
"2020",
|
"2020",
|
||||||
"deeplabv3...",
|
"semantic-segmentation...",
|
||||||
"*", # Alternately use RGB, RGB*, GRAY*, INDEXED etc.
|
"*", # Alternately use RGB, RGB*, GRAY*, INDEXED etc.
|
||||||
[ (PF_IMAGE, "image", "Input image", None),
|
[ (PF_IMAGE, "image", "Input image", None),
|
||||||
(PF_DRAWABLE, "drawable", "Input drawable", None),
|
(PF_DRAWABLE, "drawable", "Input drawable", None),
|
Loading…
Reference in New Issue
Block a user