Yuliang-Liu / bezier_curve_text_spotting

A PyTorch implementation of "ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network" (CVPR 2020 oral)
Other
429 stars 72 forks source link

When I run vis_bezier.py, The following error appeared. #11

Closed jiyuxuan926 closed 4 years ago

jiyuxuan926 commented 4 years ago

File "D:\ocr_demo\bezier_curve_text_spotting-master\maskrcnn_benchmark\layers\nms.py", line 8, in nms = amp.float_function(_C.nms) File "D:\Anaconda\envs\pytorch_gpu\lib\site-packages\yacs\config.py", line 141, in getattr raise AttributeError(name) AttributeError: nms

jiyuxuan926 commented 4 years ago

from maskrcnn_benchmark import _C

ran337287 commented 4 years ago

from maskrcnn_benchmark import _C

I met the same problem, have you solved it?

jiyuxuan926 commented 4 years ago

from maskrcnn_benchmark import _C

I met the same problem, have you solved it?

no yet

jiyuxuan926 commented 4 years ago

from maskrcnn_benchmark import _C

I met the same problem, have you solved it?

It may be related to the pytorch version, which I have not solved yet.

Yuliang-Liu commented 4 years ago

We will release our full code in the Adet next week, including the models of CTW1500 and Total-text, all the training data we used, evaluation scripts, results of detection, etc. More updates will also be conducted on Adet as well. This repo will not be maintained anymore.

Thanks for your attention.