jinnovation / derain-net

A (WIP) TensorFlow reproduction of Fu, Huang, Ding, Liao, and Paisley's method for single-image rain removal (https://arxiv.org/abs/1609.02087)
https://jjin.info/derain-net
16 stars 4 forks source link

what is the structure of dataset #9

Closed yasohasakii closed 5 years ago

yasohasakii commented 5 years ago

hi i want to use derainnet to do some deblur work,and my data isnot jpg or png image so i cannt open with tf.image ,i want to build dataset but i dont know what kind of structure the dataset in your code is. so please tell me if you would.

jinnovation commented 5 years ago

Hi @caibojun, you can find more details about the dataset I'm using here at jinnovation/rainy-image-dataset; I've made some recent additions to the README there that might be of use to you.

Feel free to open an issue there if you'd like to know more about the dataset specifically.