summaryrefslogtreecommitdiff
path: root/modules/dnn/src/tensorflow/tf_importer.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-12 07:07:39 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-12 07:09:43 -0500
commit5718d09e392a79881ba723376ea9af211a3e7b3f (patch)
tree917d88a502affb4b35297e2e9c732be18c484896 /modules/dnn/src/tensorflow/tf_importer.cpp
parentb67523550f7c130332e5b5e538397897b195cb98 (diff)
downloadopencv-5718d09e392a79881ba723376ea9af211a3e7b3f.tar.gz
opencv-5718d09e392a79881ba723376ea9af211a3e7b3f.tar.bz2
opencv-5718d09e392a79881ba723376ea9af211a3e7b3f.zip
Misc. modules/ typos
Found via `codespell`
Diffstat (limited to 'modules/dnn/src/tensorflow/tf_importer.cpp')
-rw-r--r--modules/dnn/src/tensorflow/tf_importer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dnn/src/tensorflow/tf_importer.cpp b/modules/dnn/src/tensorflow/tf_importer.cpp
index ccb028ba1c..bc112d3560 100644
--- a/modules/dnn/src/tensorflow/tf_importer.cpp
+++ b/modules/dnn/src/tensorflow/tf_importer.cpp
@@ -1096,9 +1096,9 @@ void TFImporter::populateNet(Net dstNet)
dstNet.setInputsNames(netInputs);
}
else if (type == "Split") {
- // TODO: determing axis index remapping by input dimensions order of input blob
+ // TODO: determining axis index remapping by input dimensions order of input blob
// TODO: slicing input may be Const op
- // TODO: slicing kernels for convolutions - in current implenmentation it is impossible
+ // TODO: slicing kernels for convolutions - in current implementation it is impossible
// TODO: add parsing num of slices parameter
CV_Assert(layer.input_size() == 2);
// num_split