We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2fbb0 commit c442db0Copy full SHA for c442db0
tools/deployment/mmdet2torchserve.py
@@ -53,6 +53,7 @@ def mmdet2torchserve(
53
args = Namespace(
54
**{
55
'model_file': f'{tmpdir}/config.py',
56
+ 'config_file': f'{tmpdir}/config.py',
57
'serialized_file': checkpoint_file,
58
'handler': f'{Path(__file__).parent}/mmdet_handler.py',
59
'model_name': model_name or Path(checkpoint_file).stem,
0 commit comments