mirror of https://github.com/open-mmlab/mmyolo.git
update base v6 config name (#398)
parent
25aa2a9cab
commit
ab5665e840
|
@ -1,4 +1,4 @@
|
|||
_base_ = '../../yolov6/yolov6_s_syncbn_8xb32-400e_coco.py'
|
||||
_base_ = '../../yolov6/yolov6_s_syncbn_fast_8xb32-400e_coco.py'
|
||||
|
||||
test_pipeline = [
|
||||
dict(type='LoadImageFromFile', file_client_args=_base_.file_client_args),
|
||||
|
|
Loading…
Reference in New Issue