anatolix / keras_Realtime_Multi-Person_Pose_Estimation

Keras version of Realtime Multi-Person Pose Estimation project
Other
118 stars 47 forks source link

docker: Cannot connect to the Docker daemon on mac #33

Closed sri123098 closed 6 years ago

sri123098 commented 6 years ago

Dear all, I'm getting the following error on mac. ~/PycharmProjects/RBG/keras_Realtime_Multi-Person_Pose_Estimation$ docker run -v [/Users/sriramreddy/PycharmProjects/RBG/keras_Realtime_Multi-Person_Pose_Estimation]:/workspace -it bvlc/caffe:cpu python dump_caffe_layers.py docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.

Could you please help me to fix this issue ?

Thanks, Sriram

anatolix commented 6 years ago

I've not using docker in this project. Looks like your docker is just not running

sri123098 commented 6 years ago

Can I run without using docker ? I need to train the model on the given coco data set. Could you please help me whether I can go ahead without using docker for environment?

anatolix commented 6 years ago

I've never tested it on mac, imho better just to use Linux, you could use VMWare or any other VM for that