"...git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "af365e4dd152b23cd6cf993ddf9ed7c7e7088b39"
Commit c0acf6bc authored by tink2123's avatar tink2123
Browse files

change to simpledataset

parent 96cd6da1
...@@ -58,8 +58,9 @@ Metric: ...@@ -58,8 +58,9 @@ Metric:
Train: Train:
dataset: dataset:
name: LMDBDataSet name: SimpleDataSet
data_dir: ./train_data/data_lmdb_release/training/ data_dir: ./train_data/ic15_data/
label_file_list: ["./train_data/ic15_data/rec_gt_train.txt"]
transforms: transforms:
- DecodeImage: # load image - DecodeImage: # load image
img_mode: BGR img_mode: BGR
...@@ -77,8 +78,9 @@ Train: ...@@ -77,8 +78,9 @@ Train:
Eval: Eval:
dataset: dataset:
name: LMDBDataSet name: SimpleDataSet
data_dir: ./train_data/data_lmdb_release/validation/ data_dir: ./train_data/ic15_data
label_file_list: ["./train_data/ic15_data/rec_gt_test.txt"]
transforms: transforms:
- DecodeImage: # load image - DecodeImage: # load image
img_mode: BGR img_mode: BGR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment