打印data_list
This commit is contained in:
parent
a4227b57fb
commit
26178408cb
@ -198,6 +198,8 @@ def get_file(ori_path: str, type_list: Union[object,str]):
|
|||||||
train_files.append(label)
|
train_files.append(label)
|
||||||
|
|
||||||
if len(train_files) == 0 or len(test_files) == 0:
|
if len(train_files) == 0 or len(test_files) == 0:
|
||||||
|
print(len(train_files))
|
||||||
|
print(len(test_files))
|
||||||
return False
|
return False
|
||||||
# proj = plc.get_proj_by_proj_no(proj_no=proj_no, db=db)
|
# proj = plc.get_proj_by_proj_no(proj_no=proj_no, db=db)
|
||||||
target_path = mv_file(train_files=train_files, test_files=test_files)
|
target_path = mv_file(train_files=train_files, test_files=test_files)
|
||||||
|
Loading…
Reference in New Issue
Block a user