run the demo.py ,show the wrong ..
PC:/media/media_share/linkfile/sceneReco$ python demo.py
Traceback (most recent call last):
File "demo.py", line 3, in
could you how to do that?
change the import oder of from ctpnport import * from crnnport import *
you shuold import like: from crnnport import * from ctpnport import *
@lxj0276
thank you . I do that follow your tips.
it show anthoer error.
hc@hc-PC:/media/media_share/linkfile/sceneReco$ python demo.py
Traceback (most recent call last):
File "demo.py", line 2, in
could you tell me how to do that ?
thank you very much?
I have resolved it ,thank you.
@10183308 pleasure
@lxj0276 I met the some similar problem when running the demo.py in https://github.com/longcw/faster_rcnn_pytorch, the problem is also from torch._C import * ImportError: dlopen: cannot load any more object with static TLS, why to solve it? why this error happen?
@pranerd change the import oder of from ctpnport import * from crnnport import *
you shuold import like: from crnnport import * from ctpnport import *
i also met a similar error:
Traceback (most recent call last):
File "demo.py", line 3, in
any advice? many thanks.
xiaomingli15:sceneReco yyh$ python demo.py
objc[2455]: Class CaptureDelegate is implemented in both /Library/Python/2.7/site-packages/cv2/cv2.so (0x10ff5ddc0) and /usr/local/opt/opencv/lib/libopencv_videoio.3.3.dylib (0x11235a618). One of the two will be used. Which one is undefined.
Traceback (most recent call last):
File "demo.py", line 3, in
the same error . help me
when I run python demo.py
`hy@hy-desktop:/devdata/AI/OCR/sceneReco$ python demo.py
Traceback (most recent call last):
File "demo.py", line 2, in
ImportError: No module named _caffe
`