csxmli2016 / DFDNet

Blind Face Restoration via Deep Multi-scale Component Dictionaries (ECCV 2020)
915 stars 215 forks source link

Grey faces when running test image #20

Closed alexschwantes closed 4 years ago

alexschwantes commented 4 years ago

Hi, I ran this in colab and am getting a weird output where the faces are grey and not coloured correctly. You can check out the colab here https://colab.research.google.com/drive/1EvZeY66KeLQSTbCeRUpTciAwKJSjXa5T?usp=sharing

de5KR1.th.jpg de5AJI.th.jpg

Any idea what is going on? Thanks.

csxmli2016 commented 4 years ago

Hi, I ran this in colab and am getting a weird output where the faces are grey and not coloured correctly. You can check out the colab here https://colab.research.google.com/drive/1EvZeY66KeLQSTbCeRUpTciAwKJSjXa5T?usp=sharing

de5KR1.th.jpg de5AJI.th.jpg

Any idea what is going on? Thanks.

Hi, I am not familiar with Colab. Maybe you can open a new issue in hopperrr.

alexschwantes commented 4 years ago

Thanks, I didn't use the colab from hopperrr as I didn't see it before doing my own.

I found the issue, I thought I had an issue with the checkpoints directory, so I renamed it to checkcpts and passed the parameter --checkpoints_dir ./chekcpts. This is what was causing it. When I changed it back to checkpoints, it worked. (you just can't browse it in colab)...

Also worth noting, you missed a prerequisite for dominate package.

Great work btw :)

csxmli2016 commented 4 years ago

Thanks, I didn't use the colab from hopperrr as I didn't see it before doing my own.

I found the issue, I thought I had an issue with the checkpoints directory, so I renamed it to checkcpts and passed the parameter --checkpoints_dir ./chekcpts. This is what was causing it. When I changed it back to checkpoints, it worked. (you just can't browse it in colab)...

Also worth noting, you missed a prerequisite for dominate package.

Great work btw :)

Thanks. I will update the readme.