1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

R-FCN models support

This commit is contained in:
Dmitry Kurtaev
2017-12-19 19:43:49 +03:00
parent dcdd6af5a8
commit 0ed2cbc931
7 changed files with 1588 additions and 633 deletions
@@ -242,6 +242,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
// ROIPooling parameters.
Size pooledSize;
float spatialScale;
// PSROIPooling parameters.
int psRoiOutChannels;
static Ptr<PoolingLayer> create(const LayerParams& params);
};