You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错信息如下: 且每次报错还指向不同的labeltxt,请问有啥解决办法吗
File "F:\Python Project\text-detection-ocr\dlocr\densenet\data_loader.py", line 111, in
for img, label_len, input_len, label in executor.map(lambda t: load_single_example(*t), image_labels):
File "F:\Python Project\text-detection-ocr\dlocr\densenet\data_loader.py", line 96, in load_single_example
label[0: len(image_label)] = [int(i) - 1 for i in image_label] #int 改成float by chenz
File "F:\Python Project\text-detection-ocr\dlocr\densenet\data_loader.py", line 96, in
label[0: len(image_label)] = [int(i) - 1 for i in image_label] #int 改成float by chenz
ValueError: invalid literal for int() with base 10: '也受到了牵连,老是嘟着嘴,无'
The text was updated successfully, but these errors were encountered:
报错信息如下: 且每次报错还指向不同的labeltxt,请问有啥解决办法吗
File "F:\Python Project\text-detection-ocr\dlocr\densenet\data_loader.py", line 111, in
for img, label_len, input_len, label in executor.map(lambda t: load_single_example(*t), image_labels):
File "F:\Python Project\text-detection-ocr\dlocr\densenet\data_loader.py", line 96, in load_single_example
label[0: len(image_label)] = [int(i) - 1 for i in image_label] #int 改成float by chenz
File "F:\Python Project\text-detection-ocr\dlocr\densenet\data_loader.py", line 96, in
label[0: len(image_label)] = [int(i) - 1 for i in image_label] #int 改成float by chenz
ValueError: invalid literal for int() with base 10: '也受到了牵连,老是嘟着嘴,无'
The text was updated successfully, but these errors were encountered: