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

questions regard setup #46

Closed Liesy closed 2 years ago

Liesy commented 2 years ago

Hi, thanks for your public code. Errors occurred when launching docker container:

Error: No such container: se3_tracknet access control disabled, clients can connect from any host run_container.sh: line 3: nvidia-docker: command not found

What's more, I'm trying to run your code in remote linux server that has no screen to display rendered results. So could you tell me how to run your code predict.py/predictSequenceYcb() without the assistance of docker?

Liesy commented 2 years ago

Sry to bother you, I have solved problems by myself and your code can run in remote linux server with the help of vcxsrv and egl.

ZisongXu commented 6 months ago

Sorry can i ask how did you solve this problem?