-
-
Notifications
You must be signed in to change notification settings - Fork 55.8k
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
Custom layers for deep learning networks #11129
Conversation
8e18376
to
e3e465b
Compare
e3e465b
to
ddf6036
Compare
the following methods: | ||
|
||
~~~~~~~~~~~~~{.cpp} | ||
class MyLayer : public cv::dnn::Layer |
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.
I believe it is better to place whole sample code into a separate file (which could be checked by compiler) and put here snippets only.
See this example.
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.
@alalek, thanks! Done.
3e04dc9
to
1513b01
Compare
a240a9d
to
38fe601
Compare
45c12ac
to
50217b6
Compare
This pullrequest changes
resolves: #10985
resolves: #10888
closes: #11050 (ResizeBilinear)
closes: #10889 (SELU activation)
Merge with extra: opencv/opencv_extra#448