Looking for some help from someone who got ESRGAN working.
I'm at the point of trying to perform the first test under the "Quick test" section on this page:
https://github.com/xinntao/ESRGAN
When attempting the following command In the Python CLI:
Code:
git clone https://github.com/xinntao/ESRGAN
I get an "invalid syntax" error.
I also tried bypassing the git clone command above, downloading the ESRGAN package from github, and putting it in my Python directory. In this configuration, I attempted the following command:
Code:
test.py models/RRDB_ESRGAN_x4.pth
I got the same syntax error, even with the RRDB_ESRGAN_x4.pth file saved in the same folder from which I launched the Python executable.
Any advice is greatly appreciated. I think there is a simple error going on here.