Zalways

Results 4 issues of Zalways

this project does really helped me a lot! but i'd like to know how to generrate mutiline text in the picture? i'll appreciate if you could help me to generate...

Has anyone tried exporting a model to a C++ environment for inference? I have encountered some problems while dealing with this step and would like to receive your help.(the net...

Has anyone tried exporting a model to a C++ environment for inference? I have encountered some problems while dealing with this step and would like to receive your help. I...

您好,我在训练自定义的数据集时,自己手动创建的类似于chn_cls_list,的txt文件(包含十几个中文、英文字母以及数字)后,在训练过程中会报错,在self.CTLABELS = pickle.load(fp)这里load函数会报错,我觉得应该是我的txt文件没有转成类似chn_cls_list,的 binary file,请问您知道如何将自己定义的txt文件转换成系统所需的binary file形式的txt吗?