zhreshold / mxnet-ssd

MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
MIT License
764 stars 337 forks source link

convert code to python3 #232

Open apivovarov opened 5 years ago

apivovarov commented 5 years ago

https://github.com/zhreshold/mxnet-ssd/blob/821a1c5049679f798976c8bf58b460ffaa098458/symbol/symbol_factory.py#L33

python3 does not have xrange

apivovarov commented 5 years ago

Another issue with python3 is No module named 'common' can be solved by

export PYTHONPATH=.../mxnet-ssd/symbol