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
I noticed that starting 4.6.x this build misses DNN module, that used to be there.
Was it intentional drop or am I missing something?
Python 3.8.15 (default, Nov 24 2022, 09:04:07)
[Clang 14.0.6 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.dnn
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'cv2' has no attribute 'dnn'
Python 3.11.0 | packaged by conda-forge | (main, Oct 25 2022, 06:24:40) [GCC 10.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__file__
'/home/user/miniconda3/envs/opencv/lib/python3.11/site-packages/cv2.cpython-311-x86_64-linux-gnu.so'
>>> cv2.__version__
'4.6.0'
>>> cv2.dnn
<module 'cv2.dnn'>
Comment:
I noticed that starting 4.6.x this build misses DNN module, that used to be there.
Was it intentional drop or am I missing something?
platform: apple arm64
The text was updated successfully, but these errors were encountered: