-
Notifications
You must be signed in to change notification settings - Fork 14
Public CI OpenCV Shell Scripts #37
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
base: main
Are you sure you want to change the base?
Conversation
abbajaj806
commented
May 18, 2025
- Added shell script for OpenVC testcases
- Added Readme for OpenVC Testcases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message has a typo OpenVC
. Please also update signed-off-by with your full name.
f0c8b93
to
8c8553e
Compare
## License | ||
|
||
SPDX-License-Identifier: BSD-3-Clause-Clear | ||
(C) Qualcomm Technologies, Inc. and/or its subsidiaries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright is missing
check_dependencies opencv_test_core grep chmod | ||
|
||
# Navigate to the directory where the fastrpc_test application is located | ||
chmod 755 /usr/bin/opencv_test_core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preinstalled bins have necessary execute permissions under the $PATH env dirs. Is it still required to give these permissions?
chmod 755 /usr/bin/opencv_test_core | ||
|
||
# Execute the command and capture the output | ||
export OPENCV_OPENCL_RUNTIME=disabled && /usr/bin/opencv_test_core --gtest_filter=Core_AddMixed/ArithmMixedTest.accuracy/0 > opencv_core_result.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
absolute path is required here.
Added shell script for OpenVC testcases Added Readme for OpenVC Testcases Signed-off-by: Abhishek Bajaj <[email protected]>