https://github.com/senior-sigan/face_segmentation_docker
https://github.com/senior-sigan/face_segmentation_docker
caffe docker face-segmentation nvidia-docker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/senior-sigan/face_segmentation_docker
- Owner: senior-sigan
- License: apache-2.0
- Created: 2018-10-05T06:47:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T17:22:09.000Z (over 7 years ago)
- Last Synced: 2025-03-17T02:24:59.498Z (about 1 year ago)
- Topics: caffe, docker, face-segmentation, nvidia-docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sigan/face-segmentation/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face Segmentation Docker
1. Download https://download.nvidia.com/XFree86/Linux-x86_64/ and save as `nvidia-driver.run`.
`nvidia_version=$(cat /proc/driver/nvidia/version | head -n 1 | awk '{ print $8 }')`
## How to use
You can run bash `nvidia-docker run -it sigan/face-segmentation bash` and work with the model as described in the original [face_segmentation repo](https://github.com/YuvalNirkin/face_segmentation).