Replies: 3 comments
-
Before trying to run urdifs.py in the example above, download the model: Get model-230.pt to start with from https://drive.google.com/drive/folders/1s4fBeZvr23ma-a6eZMQqgeICyxiku6y_?usp=sharing and place it into folder models/ |
Beta Was this translation helpful? Give feedback.
-
Pytorch_msssim appears to be unavailable for latest PyTorch versions. It is only needed for training using SSIM loss, so you can ignore it. |
Beta Was this translation helpful? Give feedback.
-
To run the GUI client (any version of urdifapp) you need to install gradio: pip install gradio |
Beta Was this translation helpful? Give feedback.
-
We assume a fresh Ubuntu installation (20.04 LTS used here) with an NVIDIA driver installed as a 3-party driver during OS install.
Install miniconda from here https://docs.conda.io/en/main/miniconda.html
Then proceed:
Should look like this and you should get an image in the test folder.
Beta Was this translation helpful? Give feedback.
All reactions