dineshreddy91 / Occlusion_Net

[CVPR2019]Occlusion-Net: 2D/3D Occluded Keypoint Localization Using Graph Networks
Other
139 stars 34 forks source link

sh test.sh --> docker: Error response from daemon: pull access denied for occlusion_net, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. #10

Closed sambasivaraokatiki closed 4 years ago

sambasivaraokatiki commented 4 years ago

While running training sh train.sh occlusion_net datasets/carfusion/train/

Im getting this error :--

docker: Error response from daemon: pull access denied for occlusion_net, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

I have logged in to the Docker on my machine by using the 'docker login' command

dineshreddy91 commented 4 years ago

Can you try using sudo to login to docker?