anhttran / 3dmm_basic

An implementation of the classical 3DMM fitting algorithm
114 stars 31 forks source link

Unable to find image '3dmm-bash:latest' locally #13

Closed jinxinbao closed 3 years ago

jinxinbao commented 3 years ago

Hi,Dear,I use the docker to run the code, I can build it successfully ,but when i run the errors occur as follows.

(base) li@li:~/download/3DMM_basic/3dmm_basic$ docker run --rm -ti --ipc=host --privileged -v /home/li/shared:/shared 3dmm-bash bash Unable to find image '3dmm-bash:latest' locally docker: Error response from daemon: pull access denied for 3dmm-bash, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

when I use (base) li@li:~/download/3DMM_basic/3dmm_basic$ docker run --rm -ti --ipc=host --privileged -v /home/li/shared:/shared 3dmm-basic bash it works and displays as follows root@c237638990cd:/app/bin# ls BaselFace.dat IRIS_3DMM classifiers include libCLM.so libCvGl.so model And what next step to run the code? Looking forward to your replay and Thanks a lot! Hope well

anhttran commented 3 years ago

Sorry, it is a typo. Should be "3dmm-basic" instead of "3dmm-bash". I have updated the README file.

Best, Anh

jinxinbao commented 3 years ago

Year, it works ,Thank you for your reply as soon! Hope well! Rui