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
When i load the video and try to detect the clip it shows and error,
Python: Traceback (most recent call last):
File "C:\Users\rahul\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlendArMocap-main\src\cgt_mediapipe\cgt_mp_detection_operator.py", line 111, in execute
stream = self.get_stream()
File "C:\Users\rahul\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlendArMocap-main\src\cgt_mediapipe\cgt_mp_detection_operator.py", line 67, in get_stream
from .cgt_mp_core import cv_stream
File "C:\Users\rahul\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlendArMocap-main\src\cgt_mediapipe\cgt_mp_core\cv_stream.py", line 4, in
import cv2
ImportError: numpy.core.multiarray failed to import
It should load the video and start detection.
Desktop
OS: Windows 11
Blender Version 3.6
The text was updated successfully, but these errors were encountered:
When i load the video and try to detect the clip it shows and error,
Python: Traceback (most recent call last):
File "C:\Users\rahul\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlendArMocap-main\src\cgt_mediapipe\cgt_mp_detection_operator.py", line 111, in execute
stream = self.get_stream()
File "C:\Users\rahul\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlendArMocap-main\src\cgt_mediapipe\cgt_mp_detection_operator.py", line 67, in get_stream
from .cgt_mp_core import cv_stream
File "C:\Users\rahul\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\BlendArMocap-main\src\cgt_mediapipe\cgt_mp_core\cv_stream.py", line 4, in
import cv2
ImportError: numpy.core.multiarray failed to import
It should load the video and start detection.
![Image](https://private-user-images.githubusercontent.com/76594736/406840936-aff36e31-5755-44e5-98b0-7bbbfeacd6c3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDI5OTYsIm5iZiI6MTczOTM0MjY5NiwicGF0aCI6Ii83NjU5NDczNi80MDY4NDA5MzYtYWZmMzZlMzEtNTc1NS00NGU1LTk4YjAtN2JiYmZlYWNkNmMzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA2NDQ1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRiOTY5NTQwN2JlNzY5NDU3MjUxYjgxODI4MGJiOWVjYTVhODkwM2QxNWZmOTk5NmUzODA1ZDBmNTU0Y2VjMWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.aVO-91iANYzGgh8KYub-cm-7RQ4Eev6TUYnhPd2_cUU)
Desktop
The text was updated successfully, but these errors were encountered: