We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Integrate some ops into the dnn module, the test method is as follows Set test data path
git clone https://github.com/opencv/opencv_extra.git export OPENCV_TEST_DATA_PATH=${PATH_TO}/opencv_extra/testdata
Test ops
git clone https://github.com/NALLEIN/opencv.git cd opencv/ git checkout -b layerTest origin/layerTest mkdir build cd build cmake -D CMAKE_BUILD_TYPE=Release -DWITH_WEBGPU=ON -D CMAKE_INSTALL_PREFIX=/usr/local .. make -j8 $(PATH_TO_OPENCV)/build/bin/opencv_test_dnn --gtest_filter=*layers*
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: