Last test working: 2020-08-17
# Clone the repo
git clone https://github.com/ZurMaD/USRNet
# Clone the download
bash ./USRNet/download_models.bash
# Use the docker image
docker run --rm -it --init \
--gpus=all \
--ipc=host \
--user="$(id -u):$(id -g)" \
--volume="$PWD:/app" \
pablogod/usrnet python3 main_test_bicubic.py
Not working as an API yet, it's running a python file inside a docker that have installed CUDA and GPU support
Content type
Image
Digest
Size
1.9 GB
Last updated
about 6 years ago
docker pull pablogod/usrnet