-
Notifications
You must be signed in to change notification settings - Fork 2
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
How do you convert the polygons from .json format to .mat file used in DOOBNet ? #1
Comments
@MichaelRamamonjisoa If you can not to wait, you can write the orientation conversion code by yourself according to the code atan formulas. For the edge image, you just need draw the polygons on a binary image. Thank you for reading my paper, I hope my paper and label tool can help you! |
Thank you for your reply. I have indeed drawn boundaries as you said. However I did not try to export orientations, since I do not need it yet. I'd be glad if you could push your code to the Repo since I will probably use it for next work. I have another request, which I can put in another issue if you want since it will probably require a specific commit. |
I have found the calculation code of orientations from my driven disk. Here is the code snippet, and I will don't push the code to the Repo:
and you can invoke the function like this:
|
Hello,
Thank you for your labeling tool and your paper DOOBNet.
I have labeled a few of my images, but I would like to extract them as orientation and edge images as you did in your paper.
Do you have some code to do this ?
Thanks !
The text was updated successfully, but these errors were encountered: