Faster-RCNN object detection models from TensorFlow
authorDmitry Kurtaev <dmitry.kurtaev+github@gmail.com>
Tue, 3 Apr 2018 15:28:05 +0000 (18:28 +0300)
committerDmitry Kurtaev <dmitry.kurtaev+github@gmail.com>
Wed, 30 May 2018 14:12:36 +0000 (17:12 +0300)
commitbf87a43185ea11be65b974627273f2a191d66873
tree4f1884b01b9e6808f4dc2576843c414a4f5d3b98
parent44572fac44f7b7c4636313d60b01d89466972713
Faster-RCNN object detection models from TensorFlow
modules/dnn/include/opencv2/dnn/all_layers.hpp
modules/dnn/src/init.cpp
modules/dnn/src/layers/crop_and_resize_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/detection_output_layer.cpp
modules/dnn/src/tensorflow/tf_importer.cpp
modules/dnn/test/test_tf_importer.cpp
samples/dnn/README.md
samples/dnn/tf_text_graph_faster_rcnn.py [new file with mode: 0644]