yuanyuan1993

Results 6 issues of yuanyuan1993

install keras_contrib by: pip install git+https://www.github.com/keras-team/keras-contrib.git and run: import keras_contrib.backend as KC KC.backend() But error : Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has...

请问大佬有没有识别的数据集

我的train.txt/test.txt是这种格式的 00006250.jpg 肠等),宜低脂肪低糖 00003125.jpg 胞压积:36.0%; 00015625.jpg :5.90mmol/ 00012500.jpg 酒,低脂低糖饮食,控 00009375.jpg 低体重请您增加营养, 00006251.jpg GTT等检查,确诊是 00003126.jpg 2微球蛋白:0.56** 然后将这些文本去重之后在alphabets.py 中 alphabet = """!"%()*+,-./0123456789:;?ABCDEFGHIKLMNOPQRSTUVWYZ[\]^`abcdefghklmnoprsuvxyz~°αβγ—“”ⅠⅡⅢ↑↓★一三上下不与专且丙业丝两严个中丰临为主举乃久“ 等等 总共一千多个字符。 图片是通过 text_renderer 生成的。 OWN_config 中配置了ROOT指向图片目录,JSON_FILE 指向的是train.txt和test.txt 通过 python...

用等线体生成字符数据的时候,, 句号。这个在图片中没有 ,不知道是什么情况

in utils.py: import keras_contrib.backend as KC self.backend = KC.backend() but Runtime error: Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'backend' i...

when i run 'python trainval_net.py --cuda' IOError: [Errno 2] No such file or directory: 'data/pretrained_model/resnet101_caffe.pth' what is resnet101_caffe.pth,thank you~