Open
Conversation
Try to add some switch options to selected running CPU or GPU (using OpenCL)
Begin to learn github by Completing OpenTLD using OpenCL.
imAcq->method = IMACQ_CAM;
Add 3 OpenCL kernels to repository 1. cltldOverlapRect_kernel.cpp 2. EnsembleClassifierFilter_kernel.cl.cpp 3. varianceFilter_kernel.cpp
…classifiers Add one array with numWindows size to store results of the first two classifiers. windowFlags = new float[numWindows]; windowFlags[i] = 0.0f;
… original framework. Add OpenCL initialization and completed the OpenCL framework based on original framework
modified cmakelist files to find opencl include files and link OpenCL library.
Prepare for NNclassifier filter
Add some codes for NNClassify using OpenCL
completed NNClassifier->clNNFilter interface, will do conferenced opencl kernel.
there are some bugs till now, there are bugs in readbuffer from device to host. maybe the kernel nnClassifier have some bugs. I will debug it using CodeXL next step.
finished NNclassifer using OpenCL.
1.fixed bugs in varaiceFilter.cpp in CPU model. 2. fixed one bugs in kernel named cltldOverlapRect_kernel.cpp in using goto statement. must write one semicolon. 3. delete some statements without usage. or delete unused codes.
learn some operation on Github desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rename branch name frome xqch to ocl_openTLD