-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
caffe python bindings #8749
Comments
yeah I wasn't sure how to package the included python stuff, I imagine it would have to be a separate package? |
@domenkozar not sure if you're the right one to ask, does it make sense to use the multiple outputs feature to have caffe provide python libs here? |
@vcunat was this the right issue to close? |
Thanks, I've made a typo. |
Close #10444, fixes #8749. For some reason it's more involved than just setting gyp configuration, we also have to set some definitions in widevine_cdm_version.h according to the comments left in the file. Arch Linux does this already and so we should probably just use the patch they created while getting Netflix to work: https://code.google.com/p/chromium/issues/detail?id=429452#c16 (cherry picked from commit 492ccdd) Signed-off-by: Domen Kožar <domen@dev.si>
Close NixOS#10444, fixes NixOS#8749. For some reason it's more involved than just setting gyp configuration, we also have to set some definitions in widevine_cdm_version.h according to the comments left in the file. Arch Linux does this already and so we should probably just use the patch they created while getting Netflix to work: https://code.google.com/p/chromium/issues/detail?id=429452#c16
+1 |
triage: fixed? |
although there is pythonPackages.caffe, I doesn't export the caffe library (I can't |
I hate cmake. Fixed with 4b2336e |
Close NixOS#10444, fixes NixOS#8749. For some reason it's more involved than just setting gyp configuration, we also have to set some definitions in widevine_cdm_version.h according to the comments left in the file. Arch Linux does this already and so we should probably just use the patch they created while getting Netflix to work: https://code.google.com/p/chromium/issues/detail?id=429452#c16 (cherry picked from commit 492ccdd) Signed-off-by: Domen Kožar <domen@dev.si>
the (new) caffe package, added in #8644 misses the python bindings.
Because I really don't know how the python stuff works, I would be very delighted if someone else could add them.
The text was updated successfully, but these errors were encountered: