Skip to content
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

Redistribution and Licensing #2

Closed
jbeorse opened this issue Mar 23, 2015 · 2 comments
Closed

Redistribution and Licensing #2

jbeorse opened this issue Mar 23, 2015 · 2 comments

Comments

@jbeorse
Copy link

jbeorse commented Mar 23, 2015

I work on Open Data Kit at the University of Washington. Here's a link to our homepage and to source code for most of our projects.

We are interested in using your library in our ODK Scan project. Here's a link to the source, but be aware that this is not yet in beta. In short, ODK Scan improves data collection in the field by letting users parse paper forms with an Android device. You take a picture of the form and ODK Scan extracts responses from bubbles, number boxes, etc. It also integrates with our other ODK tools that make it easy to collect, visualize, and sync your data with the cloud.

We have written an improved number classifier that depends on the Caffe library and had great results with training and classification in a desktop environment. Now that we are transitioning classification to the Android device, we are hoping to build from the work you've done here.

If we credit you and link to this source, are you open to us packaging your code, with our modifications, in our APK? Do you use a particular license, like the one Caffe is using: https://github.com/BVLC/caffe/blob/master/LICENSE ? If we make modifications, would you like us to work together to possibly contribute back here?

Please let me know if you have any questions about us or how we would be using your code. Also, I've got some questions about what Caffe functionality has been ported, what isn't supported, and what kind of work would need to be done to add some of the unsupported features. I'd love to have a conversation about this.

Jeff Beorse
jbeorse@cs.washington.edu

@sh1r0
Copy link
Owner

sh1r0 commented Mar 24, 2015

Good, I just added a FreeBSD license like Caffe, and you still need to follow the license for the Caffe core part. It'll be great if you are willing to co-work on and contribute to this repo.

Regarding the ported Caffe, almost everything in Caffe is successfully ported to Android platform except the underlying data format support, i.e. leveldb, hdf5, etc. You can refer to https://github.com/sh1r0/caffe/blob/mobile/Makefile.mobile#L77-82 for details.

Please let me know if you have any further questions.

Thanks,
-shiro

@jbeorse
Copy link
Author

jbeorse commented Mar 24, 2015

Great. Thank you for the licensing information and details on the port. I will let you know if I have further issues or if I add something that you might want to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants