DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.

Home Page:https://dmitryulyanov.github.io/deep_image_prior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run notebook with my image?

semel1 opened this issue · comments

How to run notebook (let's say "restoration") with my uploaded image?

How to run notebook (let's say "restoration") with my uploaded image?

Considering you suggested the "restoration" Notebook, there is a section named "Choose figure".

You will have to set the variable "f" to your uploaded image's path, so, instead of using './data/restoration/barbara.png', you will use your uploaded image's path right there. And you will also need to set another proper "elif" entry for that "if... elif... else" that comes next, at the very same section. And, finally, you will also need to set another proper "elif" entry for the "if... elif... else" at the section named "Set up everything".

I believe that is it.