msracver / Flow-Guided-Feature-Aggregation

Flow-Guided Feature Aggregation for Video Object Detection
MIT License
723 stars 190 forks source link

I meet a trouble about sh ./init.sh , I hope that you can reply to me as soon as possible. Thank you! #38

Open txf201604 opened 6 years ago

txf201604 commented 6 years ago

ck (most recent call last): File "setup_linux.py", line 63, in CUDA = locate_cuda() File "setup_linux.py", line 58, in locate_cuda for k, v in cudaconfig.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems'

Feywell commented 6 years ago

from Python3.5, iteritems is replaced by items.