Why do we remove "Const" op nodes while importing TensorFlow model in OpenCV?
Otherwise it will give following error
error: (-215:Assertion failed) const_layers.insert(std::make_pair(name, li)).second in function 'addConstNodes'
1 | initial version |
Why do we remove "Const" op nodes while importing TensorFlow model in OpenCV?
Otherwise it will give following error
error: (-215:Assertion failed) const_layers.insert(std::make_pair(name, li)).second in function 'addConstNodes'