aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.38k stars 650 forks source link

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. 段错误 (核心已转储) #77

Closed jiangzz1628 closed 4 years ago

jiangzz1628 commented 4 years ago

(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. 段错误 (核心已转储)

您好,运行代码出现以上问题,请问要如何解决?

stan-haochen commented 4 years ago

The log you pasted here is just a warning, not the cause of your error.

jiangzz1628 commented 4 years ago

没有任何的结果输出,也未提示任何错误

jiangzz1628 commented 4 years ago

您在此处粘贴的日志只是警告,而不是错误原因。 没有任何的结果输出,也未提示任何错误

Yuliang-Liu commented 4 years ago

@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.

jiangzz1628 commented 4 years ago

@Yuliang-Liu 好的,非常感谢,如果没有GPU代码是否能运行?

Yuliang-Liu commented 4 years ago

@jiangzz1628 不行哦。BezierAlign只实现了GPU版本

stan-haochen commented 4 years ago

@jiangzz1628 @Yuliang-Liu Actually, there is a cpu version of BezierAlign. If you found any problem using it, please report it here.