SamsungLabs / ritm_interactive_segmentation

Reviving Iterative Training with Mask Guidance for Interactive Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parent, children of an object

ahmadalideeb opened this issue · comments

Thanks for the great job!
https://github.com/saic-vul/ritm_interactive_segmentation/blob/708182de6e3a73da4034579935aef4c19ceae80a/isegm/data/sample.py#L26
The attribute _objects is a dictionary which has parent and children as keys which their values are objects id of parents and children of the current object
What does it mean of an object to be a parent or children of another object?
can you explain what parent and children represent, specially that you used them in points_sampler?

I'll appreciate your help!