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
I have been using this tool to annotate images.
Unfortunately the web-based tool differs significantly from the Matlab code in terms of how it converts polygons to pixel maps. The LMobjectmask function makes use of Matlab's poly2mask. This function does not allow self-intersection of objects and removes pixels that are covered twice by the same object. This is not the case for the web tool.
It would be very helpful if you could provide Matlab code that matches what the annotators see in the web tool.
The text was updated successfully, but these errors were encountered:
I have been using this tool to annotate images.
Unfortunately the web-based tool differs significantly from the Matlab code in terms of how it converts polygons to pixel maps. The LMobjectmask function makes use of Matlab's poly2mask. This function does not allow self-intersection of objects and removes pixels that are covered twice by the same object. This is not the case for the web tool.
It would be very helpful if you could provide Matlab code that matches what the annotators see in the web tool.
The text was updated successfully, but these errors were encountered: