Skip to content

Commit e2242c1

Browse files
committed
* 输出最大文本检框数量
1 parent d08e899 commit e2242c1

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
### 更新日志
2+
#### DatasetToolsV1.1.2 - 2023-08-30
3+
* 输出最大文本检框数量
4+
---
5+
6+
<details onclose>
7+
<summary>查看更多更新日志</summary>
28

39
#### DatasetToolsV1.1.1 - 2023-08-23
410
* 制作文本检测数据集时需要判断txt文件存不存在
511
---
6-
<details onclose>
7-
<summary>查看更多更新日志</summary>
812

913
#### DatasetToolsV1.1.0 - 2023-08-15
1014
* 制作箱号识别模型时去除空白字符

dataset_tools/jade_create_paddle_text_detection_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,4 +346,4 @@ def create_text_detection_datasets(root_path,save_path,split_rate=0.95):
346346
max_candidates = 0
347347
for file_name in file_list:
348348
max_candidates = CreateTextDetDatasets(os.path.join(root_path, file_name),save_path,split_rate,max_candidates)
349-
print(max_candidates)
349+
print("\nmax_candidates ={}".format(max_candidates))

0 commit comments

Comments
 (0)