Xin Tao

Results 40 comments of Xin Tao

Hi, @rizkiarm Thanks for your work! I am curious about how much time does training take ? And also do you have pre-trained models to play with. I am really...

Thanks for your suggestions. I tried with Protobuf 3.4.1, which is the same as `b04e5cba356212e4e8c66c61bbe0c3a20537c5b9`. I linked with `libprotobuf.lib` and `libprotoc.lib`, errors reduce to 204 from 249. What else libs...

Do you mean all these packages with cmake are needed? May I ask did you successfully use or test this `tensorflow_static` lib? And what additional libs did you use please?

主要是看motion的类型。和内容关系不大。

Maybe some if your images are too small. We cropped training images for training.

Sorry I cannot locate the error in source code. You may find Line number for that error. In our code, you can find that we cropped input/GT images to form...

Yes. Please make sure the paths are correct. TensorFlow is hard to debug the data pipeline. You can separately test the data input part: https://github.com/jiangsutx/SRN-Deblur/blob/master/models/model.py#L37-L63 And make sure data files...

ValueError: The passed save_path is not a valid checkpoint: ./checkpoints/color/deblur.model-52300 Do you have model files in that folder?

I think this is because the recent TensorFlow may be different and in-compatible with previous old ones. Maybe you can try Tensorflow 1.4 as listed in README. If you want...

Have you tried this link please, http://www.xtao.website/shared_url/srndeblur_models.zip ?