-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[R] call im2rec in R #7273
Comments
This is indeed needed. Currently we can create the rec files using python but to be able to stay completely in R is an advantage. All we need is a To-Do list to outline the work to be done to be able to create the rec files from R. |
I think this shouldn't be too hard. I always used the C++ version of im2rec from https://github.com/apache/incubator-mxnet/blob/master/tools/im2rec.cc |
Yes, it should not be that difficult but im2rec depends on opencv and this is not available in R. Can someone please confirm? If we are able to adapt this then it should be fairly simple to write the im2rec function in R. |
First, OpenCV is optional. It is not available in the pre-built pkg. However, you can add OpenCV support when compiling from source. Second, I don't think we need to implement |
This breaks compiling the R package even if |
I agree with @areobe. This killed the R bindings on a system with no OpenCV. |
@sandeep-krishnamurthy please label - "Feature Request" |
No description provided.
The text was updated successfully, but these errors were encountered: