@@ -21,7 +21,7 @@ def setUp(self):
21
21
@parameterized .expand ([
22
22
'yolov5/yolov5_n-v61_syncbn_fast_8xb16-300e_coco.py' ,
23
23
'yolov6/yolov6_s_syncbn_fast_8xb32-400e_coco.py' ,
24
- 'yolox/yolox_tiny_8xb8 -300e_coco.py' ,
24
+ 'yolox/yolox_tiny_fast_8xb8 -300e_coco.py' ,
25
25
'rtmdet/rtmdet_tiny_syncbn_fast_8xb32-300e_coco.py' ,
26
26
'yolov7/yolov7_tiny_syncbn_fast_8x16b-300e_coco.py' ,
27
27
'yolov8/yolov8_n_syncbn_fast_8xb16-500e_coco.py'
@@ -38,7 +38,6 @@ def test_init(self, cfg_file):
38
38
39
39
@parameterized .expand ([
40
40
('yolov5/yolov5_s-v61_syncbn_8xb16-300e_coco.py' , ('cuda' , 'cpu' )),
41
- ('yolox/yolox_s_8xb8-300e_coco.py' , ('cuda' , 'cpu' )),
42
41
('yolov7/yolov7_tiny_syncbn_fast_8x16b-300e_coco.py' , ('cuda' , 'cpu' )),
43
42
('rtmdet/rtmdet_tiny_syncbn_fast_8xb32-300e_coco.py' , ('cuda' , 'cpu' )),
44
43
('yolov8/yolov8_n_syncbn_fast_8xb16-500e_coco.py' , ('cuda' , 'cpu' ))
@@ -79,7 +78,7 @@ def test_forward_loss_mode(self, cfg_file, devices):
79
78
('yolov5/yolov5_n-v61_syncbn_fast_8xb16-300e_coco.py' , ('cuda' ,
80
79
'cpu' )),
81
80
('yolov6/yolov6_s_syncbn_fast_8xb32-400e_coco.py' , ('cuda' , 'cpu' )),
82
- ('yolox/yolox_tiny_8xb8 -300e_coco.py' , ('cuda' , 'cpu' )),
81
+ ('yolox/yolox_tiny_fast_8xb8 -300e_coco.py' , ('cuda' , 'cpu' )),
83
82
('yolov7/yolov7_tiny_syncbn_fast_8x16b-300e_coco.py' , ('cuda' , 'cpu' )),
84
83
('rtmdet/rtmdet_tiny_syncbn_fast_8xb32-300e_coco.py' , ('cuda' , 'cpu' )),
85
84
('yolov8/yolov8_n_syncbn_fast_8xb16-500e_coco.py' , ('cuda' , 'cpu' ))
@@ -112,7 +111,7 @@ def test_forward_predict_mode(self, cfg_file, devices):
112
111
('yolov5/yolov5_n-v61_syncbn_fast_8xb16-300e_coco.py' , ('cuda' ,
113
112
'cpu' )),
114
113
('yolov6/yolov6_s_syncbn_fast_8xb32-400e_coco.py' , ('cuda' , 'cpu' )),
115
- ('yolox/yolox_tiny_8xb8 -300e_coco.py' , ('cuda' , 'cpu' )),
114
+ ('yolox/yolox_tiny_fast_8xb8 -300e_coco.py' , ('cuda' , 'cpu' )),
116
115
('yolov7/yolov7_tiny_syncbn_fast_8x16b-300e_coco.py' , ('cuda' , 'cpu' )),
117
116
('rtmdet/rtmdet_tiny_syncbn_fast_8xb32-300e_coco.py' , ('cuda' , 'cpu' )),
118
117
('yolov8/yolov8_n_syncbn_fast_8xb16-500e_coco.py' , ('cuda' , 'cpu' ))
0 commit comments