8000 Onnx multifile import by nklskyoy · Pull Request #27449 · opencv/opencv · GitHub
[go: up one dir, main page]

Skip to content

Onnx multifile import #27449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jul 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
small fix (unnecessary using statement)
  • Loading branch information
nklskyoy committed Jun 21, 2025
commit f9fb0c90b20c2f6363478d819f8bb886f1eae76f
2 changes: 0 additions & 2 deletions modules/dnn/src/onnx/onnx_importer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ CV__DNN_INLINE_NS_BEGIN

extern bool DNN_DIAGNOSTICS_RUN;

using namespace cv;

#ifdef HAVE_PROTOBUF
class ONNXLayerHandler;

Expand Down
0