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
Hi,
I running the original ncsdk on a PC with Ubuntu 16.04 as the OS. When I run the Detection Example, this is the error I'm getting:
developer@developer-desktop:~/Movidius/YoloV2NCS$ python3 ./detectionExample/Main.py --video 0
Traceback (most recent call last):
File "./detectionExample/Main.py", line 5, in
from ObjectWrapper import *
File "/home/developer/Movidius/YoloV2NCS/detectionExample/ObjectWrapper.py", line 17, in
class ObjectWrapper():
File "/home/developer/Movidius/YoloV2NCS/detectionExample/ObjectWrapper.py", line 18, in ObjectWrapper
mvnc.global_set_option(mvnc.GlobalOption.RW_LOG_LEVEL, 2)
AttributeError: module 'mvnc.mvncapi' has no attribute 'global_set_option'
The text was updated successfully, but these errors were encountered:
Hi,
I am using the NCSDK2 provided by you in the comment above but i am still getting the same error,
Traceback (most recent call last):
File "./detectionExample/Main.py", line 5, in
from ObjectWrapper import *
File "/home/YoloV2NCS/detectionExample/ObjectWrapper.py", line 17, in
class ObjectWrapper():
File "/home/YoloV2NCS/detectionExample/ObjectWrapper.py", line 18, in ObjectWrapper
mvnc.global_set_option(mvnc.GlobalOption.RW_LOG_LEVEL, 2)
AttributeError: module 'mvnc.mvncapi' has no attribute 'global_set_option'
Hi,
I running the original ncsdk on a PC with Ubuntu 16.04 as the OS. When I run the Detection Example, this is the error I'm getting:
developer@developer-desktop:~/Movidius/YoloV2NCS$ python3 ./detectionExample/Main.py --video 0
Traceback (most recent call last):
File "./detectionExample/Main.py", line 5, in
from ObjectWrapper import *
File "/home/developer/Movidius/YoloV2NCS/detectionExample/ObjectWrapper.py", line 17, in
class ObjectWrapper():
File "/home/developer/Movidius/YoloV2NCS/detectionExample/ObjectWrapper.py", line 18, in ObjectWrapper
mvnc.global_set_option(mvnc.GlobalOption.RW_LOG_LEVEL, 2)
AttributeError: module 'mvnc.mvncapi' has no attribute 'global_set_option'
The text was updated successfully, but these errors were encountered: