Skip to content

Commit e9e5d0a

Browse files
committed
fix: wrong config path in trace_rtdetrv2
1 parent 6736b09 commit e9e5d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/torch/trace_rtdetrv2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def loss(self, outputs, targets, indices):
186186
"rtdetrv2_s": "rtdetrv2_r18vd_120e_coco.yml",
187187
"rtdetrv2_m": "rtdetrv2_r50vd_m_7x_coco.yml",
188188
"rtdetrv2_l": "rtdetrv2_r50vd_6x_coco.yml",
189-
"rtdetrv2_x": "rtdetrv2/rtdetrv2_r101vd_6x_coco.yml",
189+
"rtdetrv2_x": "rtdetrv2_r101vd_6x_coco.yml",
190190
# discrete sampling
191191
"rtdetrv2_s_dsp": "rtdetrv2_r18vd_dsp_3x_coco.yml",
192192
"rtdetrv2_m_dsp": "rtdetrv2_r50vd_m_dsp_3x_coco.yml",

0 commit comments

Comments
 (0)