mirror of https://github.com/open-mmlab/mmocr.git
Fix typo in ilst_converter.py (#1711)
* Fix typo in ilst_converter.py splited -> splitted * Fix typo in ilst_converter.pypull/1718/head
parent
d25e061b03
commit
b3be8cfbb3
tools/dataset_converters/textdet
|
@ -155,7 +155,7 @@ def split_train_val_list(full_list, val_ratio):
|
|||
"""Split list by val_ratio.
|
||||
|
||||
Args:
|
||||
full_list (list): List to be splited
|
||||
full_list (list): List to be split
|
||||
val_ratio (float): Split ratio for val set
|
||||
|
||||
return:
|
||||
|
|
Loading…
Reference in New Issue