Skip to content

Commit 50bf9ed

Browse files
committed
* 更新requirement.txt
1 parent bca4972 commit 50bf9ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_create_paddle_years_datasets(args):
1616
if __name__ == '__main__':
1717
import argparse
1818
parser = argparse.ArgumentParser(description="制作数据集脚本")
19-
parser.add_argument("--dataset_type", default='paddle', help="制作数据集的类型")
19+
parser.add_argument("--dataset_type", default='paddle_detection', help="制作数据集的类型")
2020
parser.add_argument("--input_dataset_dir", default='test', help="数据集的地址")
2121
parser.add_argument("--save_dataset_dir", default='test/output_seals_01', help="保存数据集的地址")
2222
parser.add_argument("--voc_labels", nargs='+',default="", help="类别")

requirements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
https://github.com/jadehh/pythonTools/releases/download/JadeV2.3.6/jade-2.3.6-py3-none-any.whl
2+
https://github.com/jadehh/pythonTools/releases/download/OpencvToolsV1.3.0/opencv_tools-1.3.0-py3-none-any.whl
13
pycocotools
24
scikit-image
35
opencv_python

0 commit comments

Comments
 (0)