pepper-robot-facedetection-open-domain-answering icon indicating copy to clipboard operation
pepper-robot-facedetection-open-domain-answering copied to clipboard

How to run code ?

Open m3m3-chan opened this issue 6 years ago • 1 comments

Hello, nice work on this repo! I would like to know how to run your code on Pepper robot? Also, how can we import cv2 to py2.7 env? I tried to import it before but wasn't able to !

Appreciate your help,

m3m3-chan avatar Jul 07 '19 09:07 m3m3-chan

For running code on pepper, you have to provide its IP address of pepper robot in the python code. because the code runs on your machine and transmits signals to Pepper over TCP connection. Regarding opencv please follow the link: https://stackoverflow.com/questions/19876079/cannot-find-module-cv2-when-using-opencv

maverickjoy avatar Sep 11 '19 16:09 maverickjoy