Files
Huang Qi 66abee8e5b SharkInference: Fix various examples and README.md (#1903)
Follow https://github.com/nod-ai/SHARK/pull/708, remove parameter 'func_name'
for SharkInference.
2023-10-19 09:28:36 -05:00
..

Running ESRGAN

1. pip install numpy opencv-python
2. mkdir InputImages
   (this is where all the input images will reside in)
3. mkdir OutputImages
   (this is where the model will generate all the images)
4. mkdir models
   (save the .pth checkpoint file here)
5. python esrgan.py