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

Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes.

This commit is contained in:
Dmitry Kurtaev
2017-09-28 16:51:47 +03:00
parent 8ac2c5d620
commit e4aa39f9e5
10 changed files with 536 additions and 83 deletions
+1 -1
View File
@@ -629,7 +629,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
/** @brief Reads a network model stored in Tensorflow model file.
* @details This is shortcut consisting from createTensorflowImporter and Net::populateNet calls.
*/
CV_EXPORTS_W Net readNetFromTensorflow(const String &model);
CV_EXPORTS_W Net readNetFromTensorflow(const String &model, const String &config = String());
/** @brief Reads a network model stored in Torch model file.
* @details This is shortcut consisting from createTorchImporter and Net::populateNet calls.