jkhu29 / Deblurring-by-Realistic-Blurring

A PyTorch implementation of the "Deblurring by Realistic Blurring", unofficially
https://arxiv.org/abs/2004.01860
MIT License
25 stars 2 forks source link

Question! #3

Closed rusher2020 closed 2 years ago

rusher2020 commented 2 years ago

Hi. I have a question There is no dataset_make.py file in the dataset make folder, only tfrecord_make.py, I wonder how to use it.

jkhu29 commented 2 years ago

Hi! Please use tfrecord_make.py, like

python tfrecord_make.py --mode motion-cycle

I am fixing the code for the tfrecord generation, but I haven't finished it yet because I'm preparing for my final exams recently.

About tfrecord files in pytorch, you can see this.

rusher2020 commented 2 years ago

Thank you. I wish i can see your final result asap :)