Opencv-python: ETA for OpenCV 4.4.0 support?

Created on 19 Jul 2020  路  8Comments  路  Source: opencv/opencv-python

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

Most helpful comment

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

All 8 comments

There is no ETA, would be good to get https://github.com/skvark/opencv-python/issues/362 fixed before any new releases are made.

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+

https://github.com/opencv/opencv/issues/17988

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.

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

Awesome.

Thank you for the update @skvark

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.

Awesome, Thank you @skvark!

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Breakthrough picture Breakthrough  路  6Comments

gldraphael picture gldraphael  路  6Comments

owend picture owend  路  7Comments

ES-Alexander picture ES-Alexander  路  5Comments

lgvaz picture lgvaz  路  3Comments