Closed jiangzz1628 closed 4 years ago
The log you pasted here is just a warning, not the cause of your error.
没有任何的结果输出,也未提示任何错误
您在此处粘贴的日志只是警告,而不是错误原因。 没有任何的结果输出,也未提示任何错误
@jiangzz1628 We didn't encounter such issue before. It is impossible to solve your problem on the basis of the above information. You may try on a different computer and see if it still happens.
@Yuliang-Liu 好的,非常感谢,如果没有GPU代码是否能运行?
@jiangzz1628 不行哦。BezierAlign只实现了GPU版本
@jiangzz1628 @Yuliang-Liu Actually, there is a cpu version of BezierAlign. If you found any problem using it, please report it here.
(base) ctjai@ctjai-System-Product-Name:~/ocr/文本检测/AdelaiDet$ python demo/demo1.py --config-file configs/BAText/TotalText/attn_R_50.yaml --input ./image/011.png --output ./result/ --opts MODEL.WEIGHTS ./model/attn_tt_6262.pth [05/25 11:31:08 detectron2]: Arguments: Namespace(confidence_threshold=0.5, config_file='configs/BAText/TotalText/attn_R_50.yaml', input=['./image/011.png'], opts=['MODEL.WEIGHTS', './model/attn_tt_6262.pth'], output='./result/', video_input=None, webcam=False) WARNING [05/25 11:31:08 d2.config.compat]: Config 'configs/BAText/TotalText/attn_R_50.yaml' has no VERSION. Assuming it to be compatible with latest v2. 段错误 (核心已转储)
您好,运行代码出现以上问题,请问要如何解决?