smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when i make..thx

jaychou790118 opened this issue · comments

commented

python setup.py build_ext --inplace
File "setup.py", line 84
print extra_postargs
^
SyntaxError: Missing parentheses in call to 'print'

加括号。一个是python2 一个是python3