Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETA for OpenCV 4.4.0 support? #364

Closed
2MinuteWarning opened this issue Jul 19, 2020 · 8 comments
Closed

ETA for OpenCV 4.4.0 support? #364

2MinuteWarning opened this issue Jul 19, 2020 · 8 comments

Comments

@2MinuteWarning
Copy link

OpenCV 4.4.0 just released yesterday and has some amazing new features - including support for YOLOv4.

Is anyone here working on an update to this package to support? ETA?

  • [X ] I'm using the latest version of opencv-python
@skvark
Copy link
Member

skvark commented Jul 20, 2020

There is no ETA, would be good to get #362 fixed before any new releases are made.

@blakev
Copy link

blakev commented Jul 30, 2020

Having the nonfree versions removed from pypi has really left me in a tough spot. Code and builds that used to work fail, and migrating to the latest opencv-python is broken.

4.3.0.36 doesn't contain cv2.SIFT, using the bundled version in the opencv-python-contrib-headless on pypi (cv2.xfeatures2d_SIFT()) causes a segfault, and so does compiling from source.

I cannot find a way to fix my code and would appreciate some guidance or support on bumping to 4.4+

opencv/opencv#17988

@skvark
Copy link
Member

skvark commented Jul 30, 2020

Unfortunately those nonfree packages you are referring to were never provided by me or this repository in PyPI so I can't do much to help you with your problem. However, you can follow the manual build guide in the README https://github.com/skvark/opencv-python#manual-builds and use the official OpenCV docs if needed. Between step 2 and 3 go to the opencv (and opencv_contrib if you need it) submodule and checkout the latest tag or commit you wish to use (in your case probably 4.4.0).

I will release 4.4.0 wheels once the linked issue above has been solved (it does not make any sense to push broken wheels to PyPI). I'm currently on vacation so that might take some time since I'm not planning to use all of my time doing open source development.

@skvark
Copy link
Member

skvark commented Aug 9, 2020

If all goes well, 4.4.0 wheels well be in PyPI during next week.

@2MinuteWarning
Copy link
Author

Awesome.

Thank you for the update @skvark

@skvark
Copy link
Member

skvark commented Aug 11, 2020

3.4.11 release builds are now in progress. 4.4.0 will follow after them, packages should be available gradually in the next 24 hours.

@asi-alex-schultz
Copy link

asi-alex-schultz commented Aug 11, 2020

Awesome, Thank you @skvark!

@skvark
Copy link
Member

skvark commented Aug 12, 2020

Released. Note that some Windows builds are still in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants