CVML CI Tests#257
Open
sreeram-11 wants to merge 3 commits intomainfrom
Open
Conversation
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.
User Actions
Windows
CMakeinstalled and available onPATHGitinstalled and available onPATHGit LFSinstalled and available onPATHOpenCV 4.11install (https://opencv.org/releases)OPENCV_INSTALL_ROOTenv variable set to the OpenCV install root[System.Environment]::SetEnvironmentVariable("OPENCV_INSTALL_ROOT", "C:\Users\user\opencv", "Machine")OpenCV_DIRenv variable set to point toOpenCVConfig.cmake[System.Environment]::SetEnvironmentVariable("OpenCV_DIR", "C:\Users\user\opencv\build\x64\vc16\lib", "Machine") echo $env:OpenCV_DIRVisual Studio 2022Desktop Development with C++ workloadLinux
CMakeinstalled and available onPATHGitinstalled and available onPATHGit LFSinstalled and available onPATHsudo apt install -y git git-lfsgit lfs installgit lfs versionOpenCV 4.11installedOPENCV_INSTALL_ROOTenv variable set to the OpenCV install rootecho 'export OPENCV_INSTALL_ROOT=/opt/opencv' | sudo tee /etc/profile.d/opencv.shsource /etc/profile.d/opencv.shor reboot/log out and back inOpenCV_DIRenv variable set to point toOpenCVConfig.cmakeecho 'export OpenCV_DIR=/opt/opencv/lib/cmake/opencv4' | sudo tee /etc/profile.d/opencv.shsource /etc/profile.d/opencv.shor reboot/log out and back invulkaninfo --summaryandglslc –versionWhat CI Tests Validate
OPENCV_INSTALL_ROOTenv var setOpenCV_DIRenv var sethttps://github.com/amd/RyzenAI-SW.gitgit lfs pullso large CVML binaries are downloadedRyzenAI-SW/Ryzen-AI-CVML-Librarycvml-sample-face-detectioncvml-sample-depth-estimationcvml-sample-face-meshLD_LIBRARY_PATHassets/sample_face.jpgfrom the playbook repo and run face detection with the default model-m preciseIMP INFO (README to be updated by author)
OpenCV_DIR must be configured as follows:
C:\Users\user\opencv\build\x64\vc16\libecho 'export OpenCV_DIR=/opt/opencv/lib/cmake/opencv4' | sudo tee /etc/profile.d/opencv.shThe setup instructions should be updated to include proper configuration of the environment variables:
This should match the steps described under User Actions.
OpenCV 4.11installation: