Open lvZic opened 6 years ago
I used anaconda and python 3.5
I meet the same problem. ImportError: Module use of python27.dll conflicts with this version of Python.
I used anaconda and python 3.5.2
I used anaconda and python 3.5.2
use python 2.7
Thank your reply . I will try.
(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.