smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow
MIT License
2.34k stars 1.12k forks source link

ImportError: Module use of python27.dll conflicts with this version of Python. #310

Open lvZic opened 6 years ago

lvZic commented 6 years ago

(python35) D:\Program Files (x86)\PortableGit\bin\Faster-RCNN_TF>python ./tools/ demo.py --model E:\Proj\deeplearning\VGGnet_fast_rcnn_iter_70000.ckpt Traceback (most recent call last): File "./tools/demo.py", line 4, in from fast_rcnn.test import im_detect File "D:\Program Files (x86)\PortableGit\bin\Faster-RCNNTF\tools..\lib\fast rcnn\test.py", line 17, in from fast_rcnn.nms_wrapper import nms File "D:\Program Files (x86)\PortableGit\bin\Faster-RCNNTF\tools..\lib\fast rcnn\nms_wrapper.py", line 9, in from nms.gpu_nms import gpu_nms ImportError: Module use of python27.dll conflicts with this version of Python.

lvZic commented 6 years ago

I used anaconda and python 3.5

jiajunhua commented 5 years ago

I meet the same problem. ImportError: Module use of python27.dll conflicts with this version of Python.

jiajunhua commented 5 years ago

I used anaconda and python 3.5.2

lvZic commented 5 years ago

I used anaconda and python 3.5.2

use python 2.7

jiajunhua commented 5 years ago

Thank your reply . I will try.