1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Faster-RCNN models support

This commit is contained in:
Dmitry Kurtaev
2017-12-13 19:06:30 +03:00
parent 84535a60f2
commit 08112f3821
12 changed files with 2420 additions and 501 deletions
+1
View File
@@ -122,6 +122,7 @@ void initializeLayerFactory()
CV_DNN_REGISTER_LAYER_CLASS(Normalize, NormalizeBBoxLayer);
CV_DNN_REGISTER_LAYER_CLASS(Shift, ShiftLayer);
CV_DNN_REGISTER_LAYER_CLASS(Padding, PaddingLayer);
CV_DNN_REGISTER_LAYER_CLASS(Proposal, ProposalLayer);
CV_DNN_REGISTER_LAYER_CLASS(Scale, ScaleLayer);
CV_DNN_REGISTER_LAYER_CLASS(LSTM, LSTMLayer);