TuanHAnhVN

Results 13 comments of TuanHAnhVN

I think you should change backend of keras to theano. by the following solution: import os os.environ['KERAS_BACKEND'] = 'theano'

> @chen0040 When I run the program on the terminal using the commands given in the readme,it shows the error : > File "seq2seq_glove_train.py", line 5, in > from keras_text_summarization.library.utility.plot_utils...

how to generate text summarization? I changed max_input_length = the number of word of input text. Changed max_target_length x10 (500). For example, with seq2seq_glove_predict.py , i just get 6-7 words...

Oh no. I had installed before i posted this issue. My OpenCV version: 3.3.0. waitKey instead of cvWaitKey?

How do I repair it? Can you support for me? Thanks1

@christian-ek I think you should change version of OpenCV or @thomaspark-pkj update code! ^^

Refiner model helps you merge the results in a line

> Ok, I got it. Thank you! > > I wasn't sure how to reproduce it only involving the loss function, this is my try: https://colab.research.google.com/drive/1qxamrOaOqfVANzMnN-u--Sue4iPtJCtf?usp=sharing ![image](https://user-images.githubusercontent.com/37875281/196616317-62db8599-5e9c-4e99-878f-9390aa808c22.png) Running this Colab...

@thiesmoeller I am working on Linux. I can open camera through pylon viewer but python code is not :( ``` An exception occurred. Traceback (most recent call last): File "grab.py",...

> Hi @TuanHAnhVN, > > What is the required synchronicity in microseconds of the five cameras that you have to reach ( assuming from your description that they should take...