wenbowen123 / iros20-6d-pose-tracking

[IROS 2020] se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains
Other
384 stars 66 forks source link

Predicy.py non working #79

Open DanieleBertagnoli opened 6 months ago

DanieleBertagnoli commented 6 months ago

Hi, I was trying to execute the test on YCB Video following you instruction. While I was building the dockerfile I faced the problem mentioned in an older issue with pyglet and pyrender versions that were generating a conflict. I tried to skip pyglet installation, however the pyrender version installed (0.1.45) has installed also pyglet 2.0.10 as dependency. When I try to execute predict.py an exception is thrown saying that pyglet 2.0.10 requires Python 3.8 or newer.

wenbowen123 commented 6 months ago

seems related https://github.com/wenbowen123/iros20-6d-pose-tracking/issues/74