- docker with Nvidia GPU Support
- docker-compose
You can configure the paths and models in the .env file. I would recommend trying it with the default settings before.
- Download models as described in here (Default: model_ic15_r101.pth).
- Add some image files to the input_images folder. (JPG format)
- Run
docker-compose up --force-recreate
in this directory. If you runned into the 'GPG error' problem in the 'RUN apt-get update' step of the Dockerfile, you can replace the Dockerfile contents with the commands in Alternate.txt. - You can find the processed images the output_images directory.