ImageSegmentation¶
ImageSegmentation Using PreTrained Model.
Input¶
It takes pretrained model name and download the model.
Output¶
Segment thr input image and save the segmented image.
Type¶
dataset
Class¶
fire.nodes.dl.NodeImageSegmentation
Fields¶
Name |
Title |
Description |
|---|---|---|
model_name |
Model Name |
Name of the predtrained model |
input_file_path |
Intput File Path |
Path for input image. |
output_file_path |
Output File Path |
Path for output image. |