object segmentation
hakS07 opened this issue · comments
hi,I started recently dealing with object segmentation and I want to know what are the output points positions of the segmentation operation ### (the points positions of the detector edge) and how i got it.any help??
Question is not clear.
@mrgloom sorry if my question is not clear
my project is to detect and segment iris using yolo model
i detected the iris and I can know its position as output in JSON file(with knowing the box position x,y,h,w)
but with segmentation, I don't really know how isn't going .
In object segmentation output is per class binary mask.
You can take a look at this code to understand what is input and output:
https://github.com/mrgloom/keras-semantic-segmentation-example