fall-detection-two-stream-cnn
fall-detection-two-stream-cnn copied to clipboard
AttributeError: module 'cv2.cv2' has no attribute 'motempl'
Traceback (most recent call last):
File "fall_detection.py", line 300, in
i install requirements and python3.6 and opencv-contrib-python,opencv-python (4.0.0.21) plz help me
Hi, you should reinstall your opencv correctly.I used below commands to install it- pip install opencv-python==3.4.2.17 pip install opencv-contrib-python==3.4.2.17 It worked for me.Hope it helps