Marian Pavel

Results 13 comments of Marian Pavel

Thank you @gpeal , I have attached the after effects source file. Thank you ! [source.zip](https://github.com/airbnb/lottie-android/files/943271/source.zip)

I have asked the design team to redo the animation with the most basic components. After few tryes, the animation works like a charm.

My bad, winner.pkl is saved after the N inside `winner = pop.run(eval_fitness, 100)` but I do not see any progression of learning. I will try to look for the current...

Ok, I have looked for problems and I found few things, don't know if there are real problems. On the line: `return dict(monitor, height=lh, left=pt[0], top=pt[1] - lh + h,...

What is the maximum score you could achieve? I got like 2000-2200 points. Also, the play_winner script it needs to be adjusted with the new Board class. I already did...

@pauloalves86 I have a curiosity, on this sequence of code: ``` if distance == last_distance or distance == 0: res = cv2.matchTemplate(image, self.gameover_template, cv2.TM_CCOEFF_NORMED) print(np.max(res)) if np.max(res) > 0.5: return...

Why do you use black & white on the button, does CV2 library work with different colors? Yesterday tried with the following image and it worked perfectly, now I don't...

Also: https://docs.opencv.org/2.4/modules/imgproc/doc/object_detection.html templ – Searched template. It must be not greater than the source image and have the same data type.

I have successfully tested the repository on a computer and the OpenCV doesn't have any problems. I come now with a new question, is there a way how to make...

I have added them in build gradle but I still receive the error, enabling multidex works for me but I would like to not, any ideea for a fix ?...