Skip to content

Getting Error when running Detection xample #23

@hanumanhojo

Description

@hanumanhojo

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions