You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @RubenImhoff,
Thanks for pointing that out. I will definitely do that in the next release (sad frog).
At the moment, rainymotion explicitly requires OpenCV of version 3.4.* (in .yml file). I hope this solution will work further until a more elegant solution comes.
Hi Georgy,
I found out that in the latest version(s) of cv2, the creatOptFlow attributes are no longer part of cv2.optflow, but of the main branch of cv2, so:
will become (e.g.):
For robustness, perhaps an idea to check for the cv2-version and adjust this part of the code to that?
The text was updated successfully, but these errors were encountered: