Open lurchycc opened 2 years ago
Thank you very much for opening the train code of this article. I have a set of clear and blur data of unpaired. How can I make a tf.record file that the code needs?
python tfrecord_make.py --mode motion-cycle --size_image 64 --stride 64 --sharp_path /your/sharp/images/path --blur_path /your/blur/images/path --output_path ./train.tfrecord
Thank you very much for opening the train code of this article. I have a set of clear and blur data of unpaired. How can I make a tf.record file that the code needs?