wadimkehl / ssd-6d

Inference code and trained networks for SSD-6D
MIT License
310 stars 78 forks source link

run.py error #1

Closed zgq91 closed 6 years ago

zgq91 commented 7 years ago

Hi: When I execute run.py the following error occurs: ssd-6d/rendering/utils.py", line 81 transform[0:3, 0:3] = angle_axis @ rot ^ SyntaxError: invalid syntax

my environment: anaconda2, tensorflow 1.2

wadimkehl commented 7 years ago

That's a python2 compatibility issue. I committed a fix.