-
Notifications
You must be signed in to change notification settings - Fork 97
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
License info #2
Comments
Hello TELSER1, Cheers. |
I emailed LC Chen about this; he says to look at deeplab-public / matlab / my_script / TransformBerkeleyVOC2011Annot.m for converting the matlab files in Bharath's supplementary materials to the appropriate annotation format. There are currently no available example prototxt files(I don't know about annotations) for the method using bounding box annotations in the project, although they are apparently to be released soon*. |
When I apply the script, the original and changed image (SegmentationClassAug/...) look quite the same :( |
Hi,
I have a dataset that is weakly annotated (i.e., bounding boxes) and was looking into trying to utilize this code to run the algorithm described in http://arxiv.org/abs/1502.02734, and had a couple questions:
1.) As someone who can't feasibly modify the C++ code that's being wrapped/interfaced with, is repurposing this code for datasets other than PASCAL/VOC doable? If so, are there any examples I could look at?
2.) What sort of license, if any, does this code fall under?
Thanks for any help, and for the python bindings to deeplab!
The text was updated successfully, but these errors were encountered: