microsoft / Bringing-Old-Photos-Back-to-Life

Bringing Old Photo Back to Life (CVPR 2020 oral)
https://arxiv.org/abs/2004.09484
MIT License
15.14k stars 2k forks source link

error #257

Open mortaza01 opened 1 year ago

mortaza01 commented 1 year ago

All the processing is done. Please check the results. Traceback (most recent call last): File "/root/.pyenv/versions/3.8.14/lib/python3.8/site-packages/cog/server/worker.py", line 214, in _predict result = self._predictor.predict(**payload) File "predict.py", line 177, in predict final_output = os.listdir(os.path.join(self.output_folder, "final_output"))[0] IndexError: list index out of range

sexyprofessor commented 1 year ago

index out of bound. Check the condition. Its a small issue mostly regarding base case conditions