fix API cv::dnn::net::getLayerInputs#15064
Conversation
|
Hi! Thanks for the path. Can you please provide incorrect case? In example, using dumpToFile. |
|
@Dimitri1, Which layer is a problematic one? |
|
Hi, the issue is that getLayerInputs method returns 0 size vector (no input) on opencv master. Here is my test sequence: // build net from .onnx |
9b5e1e2 to
6e16196
Compare
|
@Dimitri1, Please check the changes in this PR. can we review again initial version? You may reopen it with new branch with different name from |
|
@Dimitri1 A loot of fixes has been merged to DNN module and merge conflict appears. Please re-base you branch and fix it. |
|
ignore this pull request |
This pullrequest changes