Files
AMD-SHARK-Studio/shark/examples/shark_inference/ESRGAN/README.md
Abhishek Varma 2f36de319a [SHARK_INFERENCE] Add ESRGAN model test file
-- This commit adds ESRGAN model test file to SHARK_INFERENCE.

Signed-off-by: Abhishek Varma <abhishek@nod-ai.com>
2022-11-10 17:12:42 +05:30

530 B

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