{"id":18632474,"url":"https://github.com/aaronjackson/vrn-docker","last_synced_at":"2025-10-27T20:32:30.311Z","repository":{"id":37014624,"uuid":"355923677","full_name":"AaronJackson/vrn-docker","owner":"AaronJackson","description":":whale: Docker files for Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression ","archived":false,"fork":false,"pushed_at":"2023-12-02T06:06:46.000Z","size":593,"stargazers_count":381,"open_issues_count":7,"forks_count":180,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-04T06:06:47.084Z","etag":null,"topics":["3d-face-reconstruction","docker"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AaronJackson.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-08T13:43:43.000Z","updated_at":"2025-03-20T21:55:45.000Z","dependencies_parsed_at":"2024-11-07T05:12:27.128Z","dependency_job_id":"442d2d44-ac38-4d60-9dd1-c39794e947ca","html_url":"https://github.com/AaronJackson/vrn-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fvrn-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fvrn-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fvrn-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fvrn-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AaronJackson","download_url":"https://codeload.github.com/AaronJackson/vrn-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289429,"owners_count":20914464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-face-reconstruction","docker"],"created_at":"2024-11-07T05:12:15.397Z","updated_at":"2025-10-27T20:32:30.223Z","avatar_url":"https://github.com/AaronJackson.png","language":"Lua","readme":"* Docker build for vrn code\n\nIf you've been redirected here from the 3D face reconstruction demo website: Sorry, I turned it off.\n\nThis is intended to work on CPU. Will modify eventually to have CUDA\nsupport. It's available on DockerHub but you are welcome to build it\nyourself too. If you feel like doing this yourself, please feel free to\nsend a pull request to a branch called cuda.\n\n** Setup\n\n*** Dockerhub\n\nThe pre-built docker image is available on Docker Hub and includes the CPU float versions of the models. \n\n#+BEGIN_SRC\nsudo docker pull asjackson/vrn:latest\n#+END_SRC\n\n*** Build docker manually\n\nThe model files were originally held in GitHub's LFS, but I ran out of space. If you want to build the container\nyourself, feel free to ask me for links to these files, or alternatively grab them from inside the Docker Hub\ncontainer.\n\n#+BEGIN_SRC\ngit clone\ncd vrn-docker\ndocker build -t vrn .\n#+END_SRC\n\n** Running the container\n\nAn example image of Alan Turing is available in the folder ~data~,\nthis needs to be bind mounted to ~/data~ in the container. With any\nluck, ~data/turing.jpg.obj~ will be created.\n\n#+BEGIN_SRC\ndocker run -v $PWD/data:/data:Z asjackson/vrn /runner/run.sh /data/turing.jpg\n#+END_SRC\n\nThe Z suffix changes the SELinux context of the directory so that it can be accessed on systems\nwhich have SELinux enabled. This might not be necessary on some distributions, such as Ubuntu,\nwhere SELinux is disabled by default. However, it is likely required under CentOS and Fedora.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronjackson%2Fvrn-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronjackson%2Fvrn-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronjackson%2Fvrn-docker/lists"}