Skip to content

Commit

Permalink
[Fix] browse_dataset.py (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mountchicken authored Sep 21, 2022
1 parent 1077ce4 commit b433620
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/analysis_tools/browse_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit b433620

Please sign in to comment.