update base v6 config name (#398)

pull/362/head
Xin Li 2022-12-27 11:01:17 +08:00 committed by GitHub
parent 25aa2a9cab
commit ab5665e840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),