mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-03-01 21:02:00 +01:00
training: fix b6d2440c
This commit is contained in:
parent
686f1d34aa
commit
b9cf68b51a
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ def run(_config,
|
|||
if data_is_provided:
|
||||
dirs = dir_flow_train_labels
|
||||
else:
|
||||
dirs = dir_seg
|
||||
dirs = os.path.join(dir_train, "labels")
|
||||
for obj in os.listdir(dirs):
|
||||
label_file = os.path.join(dirs, + obj)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue