Sign inSign up

pablogod/usrnet

By pablogod

Updated about 6 years ago

https://github.com/ZurMaD/USRNet

Image
0

225

pablogod/usrnet repository overview

ALL INFO https://github.com/ZurMaD/USRNet

Last test working: 2020-08-17

How to use

# 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

Tag summary

Content type

Image

Digest

Size

1.9 GB

Last updated

about 6 years ago

docker pull pablogod/usrnet