Отладка.
Some checks are pending
Build/Publish Develop Docs / deploy (push) Waiting to run

This commit is contained in:
2025-07-02 13:00:14 +03:00
parent ba6e814997
commit 67f6f471cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1296,6 +1296,7 @@ class MultiLabelEncode(BaseRecLabelEncode):
)
def __call__(self, data):
print(data)
data_ctc = copy.deepcopy(data)
data_gtc = copy.deepcopy(data)
data_out = dict()

View File

@@ -135,8 +135,7 @@ class SimpleDataSet(Dataset):
data["ext_data"] = self.get_ext_data()
data["filename"] = data["img_path"]
outs = transform(data, self.ops)
except Exception as exc:
print(data_line)
except:
self.logger.error(
"When parsing line {}, error happened with msg: {}".format(
data_line, traceback.format_exc()