sml2h3 / captcha_trainer_pytorch

基于MobileNetV2/EfficientNet-b0/... + LSTM + CTC的不定长图像识别训练pytorch框架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

从文件名获取label时的分割问题

Hovennnnn opened this issue · comments

load_dataset.py文件中LoadDataset类的__init__方法,分割label用的是“\”为分隔符,这种分割方法在linux系统并不适用