[Fix] browse_dataset.py ()

pull/1407/head
Qing Jiang 2022-09-21 18:56:29 +08:00 committed by GitHub
parent 1077ce4294
commit b4336204b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions
tools/analysis_tools

View File

@ -33,10 +33,7 @@ def parse_args():
'It also allows nested list/tuple values, e.g. key="[(a,b),(c,d)]" '
'Note that the quotation marks are necessary and that no white space '
'is allowed.')
args = parser.parse_args([
'configs/textdet/dbnet/dbnet_resnet50-dcnv2_fpnc_1200e_icdar2015.py',
'--output-dir', 'tools/analysis_tools/save', '--not-show'
])
args = parser.parse_args()
return args