wadimkehl / ssd-6d

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

error in rendering/renderer.py #3

Closed margonotmango closed 6 years ago

margonotmango commented 7 years ago

Hi: When I excute run.py use python2, it says: "rendering/renderer.py" line 201 proj-self.cam @ pose[0:3, 3] syntaxError: invalid syntax

margonotmango commented 7 years ago

By the way, which version of tensorflow did you use?

margonotmango commented 7 years ago

@wadimkehl

wadimkehl commented 7 years ago

Fixed. We trained, evaluated and froze the graphs with TF 1.0 but we recentyl tested with TF 1.3 and TF 1.4