-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Opencv io support #1061
Comments
ReadImageToDatum is enough for most users whose images live on their local disks. Maybe cf99705 is still helpful. |
ReadImageToDatum is not the solution I.e. for realtime camera application when you use the network for CPU or GPU forward pass. I want invest time on this also if we need to find another solution that doesn't rely on removed commit. Who can give us a feedback? |
@bhack please do try to add support but know that it can't conflict with On Wed, Sep 10, 2014 at 9:56 AM, bhack notifications@github.com wrote:
|
@shelhamer I know but It is hard to solve osx problem without an OSX machine or build server. How we can handle this? |
Take a look at #1068 |
@shelhamer I want to re-add support to opencv mat and vector of mat removed from #995 here https://github.com/kloudkl/caffe/commit/725e98d32d2fe5caf4c065cd1241d3622092b809.
@kloudkl Do you have already any plan to open a new PR?
The text was updated successfully, but these errors were encountered: