Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abbajaj806
Copy link
Contributor

  • Added shell script for OpenVC testcases
  • Added Readme for OpenVC Testcases

Copy link
Contributor

@mwasilew mwasilew left a 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.

@abbajaj806 abbajaj806 force-pushed the OpenCV branch 2 times, most recently from f0c8b93 to 8c8553e Compare June 2, 2025 12:58
## License

SPDX-License-Identifier: BSD-3-Clause-Clear
(C) Qualcomm Technologies, Inc. and/or its subsidiaries.
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants