penincillin / DREAM

This is the public repository for our accepted CVPR 2018 paper "Pose-Robust Face Recognition via Deep Residual Equivariant Mapping"
http://mmlab.ie.cuhk.edu.hk/projects/DREAM/
BSD 2-Clause "Simplified" License
388 stars 98 forks source link

How to add opencv2.4.13 to Anaconda3? #45

Closed CyL97 closed 5 years ago

CyL97 commented 5 years ago

I installed python3.5 in my anaconda3 and install opencv2.4.13 in my computer successfully. But when I import cv2 in env python3.5, it returns

Traceback (most recent call last): File "", line 1, in ImportError: dynamic module does not define module export function (PyInit_cv2)

But I can use python2.7 import cv2.

What can I do to solve this problem? Or can I use opencv3 to run this model?