Skip to content
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

[GPU] implement operations #329

Closed
8 tasks done
huningxin opened this issue May 25, 2020 · 1 comment
Closed
8 tasks done

[GPU] implement operations #329

huningxin opened this issue May 25, 2020 · 1 comment

Comments

@huningxin
Copy link
Owner

huningxin commented May 25, 2020

  • OpConcat
  • OpConv
  • OpLrn
  • OpPermute
  • OpPool
  • OpPriorBox
  • OpRelu
  • OpSoftmax
@huningxin huningxin added this to the Evaluation #1 milestone May 26, 2020
@NALLEIN NALLEIN mentioned this issue Jul 18, 2020
6 tasks
@NALLEIN NALLEIN closed this as completed Jul 18, 2020
@NALLEIN NALLEIN reopened this Jul 18, 2020
@NALLEIN
Copy link
Collaborator

NALLEIN commented Jul 18, 2020

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*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants