FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

hen I make './libs/', there is a problem as follows.

Open shenkeng853 opened this issue 8 years ago • 5 comments

'''' Traceback (most recent call last): File "setup.py", line 55, in CUDA = locate_cuda() File "setup.py", line 50, in locate_cuda for k, v in cudaconfig.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' '''' My cuda version is cuda 7.0 Is that my fault of cuda?

shenkeng853 avatar May 18 '17 15:05 shenkeng853

it should be cuda8.0, cudnn7.5

zhanglijian avatar May 21 '17 00:05 zhanglijian

no, are you sure you installed dict module?

lymrty avatar Jun 05 '17 10:06 lymrty

@shenkeng853 I believe you are using Python 3 to compile it. You should change the iteritems into items, which should work correctly.

MaybeShewill-CV avatar Jun 26 '17 05:06 MaybeShewill-CV

@TJCVRS I run into the same problem, your solution works!

zhuwenzhen avatar Jun 30 '17 11:06 zhuwenzhen

python2

forlovess avatar Apr 05 '18 06:04 forlovess