We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: