smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lvZic opened this issue · comments

commented

(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-RCNN_TF\tools..\lib\fast_
rcnn\test.py", line 17, in
from fast_rcnn.nms_wrapper import nms
File "D:\Program Files (x86)\PortableGit\bin\Faster-RCNN_TF\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.

commented

I used anaconda and python 3.5

commented

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

commented

I used anaconda and python 3.5.2

commented

I used anaconda and python 3.5.2

use python 2.7

commented

Thank your reply . I will try.