Closed eyildiz-ugoe closed 6 years ago
It's because the loader only accepts polygons, which is quite bad, tbh.
It's because the loader only accepts polygons, which is quite bad, tbh.
i have polylines would it still not work. What is the other way to load any idea
No, it has to be polygons. And it has been long time so I kinda lost my touch to that project, sorry, can't help further I am afraid.
Thank you.
On Tue, 12 May 2020, 5:15 pm Erenus Yildiz, notifications@github.com wrote:
No, it has to be polygons. And it has been long time so I kinda lost my touch to that project, sorry, can't help further I am afraid.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SUYEgit/Surgery-Robot-Detection-Segmentation/issues/9#issuecomment-627292646, or unsubscribe https://github.com/notifications/unsubscribe-auth/APIYAY4LPHZGCQKO2EDAXKTRREZHBANCNFSM4FU572OQ .
As described in the balloon example, I've used VIA tool to annotate my images. I've used circles, polygons, etc. and gave each class its respective name.
Now that I want to load the dataset, using your code, and I get the following error:
What could be the problem? Has anyone tried loading the annotated data which contains circles? (not only polygons)
P.S: Here is the code snippet (taken from
surgery.py
) to load the data.