geaxgx / tello-humanpose-openvino

Using human pose estimation to pilot a Tello drone. Relying on OpenVINO toolkit, runs on Intel CPU.
33 stars 6 forks source link

Docker Xhost+local: #3

Closed amydenisse8 closed 2 years ago

amydenisse8 commented 2 years ago

Hello, I am currently stuck with authorizing my docker host with the X server. I have never used Docker before so I am kind lost on what I need to do. I ran the docker container and in the terminal I inputted "xhost +local:" but in return it says "xhost: command not found." I would appreciate any help. Thank you!

geaxgx commented 2 years ago

From your description, it seems that you run the "xhost +local:" into the shell you get after running the docker container. But actually, you have to run it before.

amydenisse8 commented 2 years ago

Turns out that was the problem. Thank you so much!