You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way of adding ROI using polygons rather than masks?
I'm currently converting our ROI annotations to dicomrt. Our annotations are polygon coordinates.
I think it would be straightforward to have a API that accepts polygon as input, although I can convert my polygons into mask and use the existing add_roi API.
I can raise a PR to do this if you are feeling comfortable with it.
The text was updated successfully, but these errors were encountered:
Is there a way of adding ROI using polygons rather than masks?
I'm currently converting our ROI annotations to dicomrt. Our annotations are polygon coordinates.
I think it would be straightforward to have a API that accepts polygon as input, although I can convert my polygons into mask and use the existing
add_roi
API.I can raise a PR to do this if you are feeling comfortable with it.
The text was updated successfully, but these errors were encountered: