mxnet-ssd
mxnet-ssd copied to clipboard
I got this when I ran the demo.py
C:\Users\LST\mxnet-ssd-master>python demo.py
Traceback (most recent call last):
File "demo.py", line 7, in
with win10, anaconda3.THX~~
python 3 don't support print syntax, you need to modify the code a bit or use python2.7 instead
I changed 2 into 3 for tensorflow just a couple of days ago. I will try 2, thanks a lot.
in python 2 print "test", in python 3 use print ("test")