-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
Error when downloading mask #749
Comments
Hi, @4sfaloth |
@azhavoro thanks for following up and I am sorry for taking so long to respond, but I've been out and with no access to the server machine for the last week. Here you go (had to zip it for some reason): I had to manually edit the task name and the image names for privacy concerns, but I believe that is not relevant for the case. |
I suppose it has been solved somewhere in between, or should be solved by #1352. Feel free to reopen. |
The problem should have been here: https://github.com/cocodataset/cocoapi/blob/master/PythonAPI/pycocotools/_mask.pyx#L307 It was fixed by changing the implementation to use Datumaro and then by disallowing truncated polygons with < 3 points in #975. |
Hi,
I am experiencing an issue when trying to download mask annotations for a dataset. I can correctly visualize the annotations on cvat, and I can also download the annotations as .xml but if i request the mask .png I get this error:
Exception at line 307: input type not supported
CVAT logs show the same thing. Any idea what may be happening?
thanks in advance
The text was updated successfully, but these errors were encountered: