We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01c267 commit 7d402f8Copy full SHA for 7d402f8
mmdet/core/export/pytorch2onnx.py
@@ -5,10 +5,10 @@
5
import torch
6
from mmcv.runner import load_checkpoint
7
8
-try:
9
- from mmcv.onnx.symbolic import register_extra_symbolics
10
-except ModuleNotFoundError:
11
- raise NotImplementedError('please update mmcv to version>=v1.0.4')
+#try:
+# from mmcv.onnx.symbolic import register_extra_symbolics
+#except ModuleNotFoundError:
+# raise NotImplementedError('please update mmcv to version>=v1.0.4')
12
13
14
def generate_inputs_and_wrap_model(config_path, checkpoint_path, input_config):
0 commit comments