Deep-Reformulated-Laplacian-Tone-Mapping icon indicating copy to clipboard operation
Deep-Reformulated-Laplacian-Tone-Mapping copied to clipboard

Missing component 'dataset/tfrecord/dual_freq_4_.tfrecord'

Open AndreGuo opened this issue 5 years ago • 2 comments

Hi, I'm recently researching the neural network implementation of tone-mapping operators. I'm glad to see your research, but I find some problems when recurrence your work:

I've downloaded all components needed following your README.md, and prepared a .hdr-.jpg dataset which works well under other framwork such as hdrcnn by my own.

But when I run 'train_high_layer.py', PyCharm mentioned me 'dataset/tfrecord/dual_freq_4_.tfrecord; No such file or directory'. And I tried rename 'demo_4_.tfrecord' to get a fake 'dual_freq_4_.tfrecord', of cause it dosen't work: 'Name: , Feature: label1 (data type: float) is required but could not be found'.

Same problem ouccrs when running 'train_bottom_layer.py' & 'train_all.py'.

So, I'm wondering if you forgot the 'dual_freq_4_.tfrecord'.

AndreGuo avatar May 29 '19 13:05 AndreGuo