I was trying to make inferences using the pre-trained weight. I downloaded the pre-trained weights and also modified the yml file. However, when I run the following command in colab:
!CUDA_VISIBLE_DEVICES=0 python test.py --opt options/test_rrdb_P+SeD.yml --output_path /content/Output
It executes successfully, however there is no image generated in the Output path.