-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to build the library and use it to train, predict, and get feature from image #1
Comments
Unfortunately I haven't been using this code long time, thus I can provide no support anymore. My general advice is that you'd better report at least following information. (Please be noted that this doesn't mean I can promise you some answers by responding to these items)
|
Hello My development environment is OpenCV320, I want to train INRIA dataset there are 2716 and 12180 for positive and negative respectively. Every data is 64x128 pixels, I divide the size into 4x8 regions. Thus the dimension of feature is 63488 on the INRIA dataset, if I stack the feature with total training data, there are 63488x(2716+12180) size of Mat. Of cause, it is out of memory to stack at such a large Mat. Can you reply me how CoHog do train data? Thanks Best regards |
Hello,
I clone this library and use cmake to build, but there are much error.
Can you instruct how to build the code and use this code function example?
I am sincerely grateful if any help of your providing.
The text was updated successfully, but these errors were encountered: