This commit is contained in:
Robert Sachunsky 2026-03-01 20:00:05 +01:00
parent 686f1d34aa
commit b9cf68b51a

View file

@ -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: