idearibosome

Results 7 comments of idearibosome

I also have exactly the same problem. I figure it out and the reason is because Flutter calls ```load``` function of ```GeneratedLocalizationsDelegate``` twice, with the ```en-US``` locale for the first...

@NuclearGear I have this issue only on iOS. On Android, it works well without that patch.

@DanChen001 Sorry, but we only have the TensorFlow-based codes. Thank you.

@deepwilson Not yet, but we will start migrating our code to TF 2 when the stable 2.1 version is released.

You are welcome :)

Oops, sorry for the error. Can you check whether the testing works well when you change this line of the ```test.py```?: https://github.com/idearibosome/tf-perceptual-eusr/blob/master/test/test.py#L34 from ``` model_output = tf.import_graph_def(model_graph_def, name='model', input_map={'sr_input:0': image},...

Sorry for the late response. The main problem of the test code is the lack of providing upscaling factor, which is defined as ```sr_input_scale:0``` in the trained model. I've updated...