最終更新:2019-02-18 (月) 16:39:28 (1891d)  

OpenCV/ディープラーニング
Top / OpenCV / ディープラーニング

https://github.com/opencv/opencv/wiki/Deep-Learning-in-OpenCV

https://docs.opencv.org/master/d6/d0f/group__dnn.html#gsc.tab=0

OpenCV 3.3

OpenCV 3.1

The supported frameworks:

The supported layers:

  • AbsVal?
  • AveragePooling?
  • BatchNormalization?
  • Concatenation?
  • Convolution? (including dilated convolution)
  • Crop?
  • Deconvolution?, a.k.a. transposed convolution or full convolution
  • DetectionOutput? (SSD-specific layer)
  • Dropout
  • Eltwise? (+, *, max)
  • Flatten?
  • FullyConnected?
  • LRN?
  • LSTM
  • MaxPooling?
  • MaxUnpooling?
  • MVN?
  • NormalizeBBox? (SSD-specific layer)
  • Padding?
  • Permute?
  • Power?
  • PReLU? (including ChannelPReLU]] with channel-specific slopes)
  • PriorBox? (SSD-specific layer)
  • ReLU
  • RNN
  • Scale?
  • Shift?
  • Sigmoid?
  • Slice?
  • Softmax
  • Split?
  • TanH?

関連

参考