Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Error when running #25

Open
qingshutie opened this issue Jul 24, 2018 · 4 comments
Open

Getting Error when running #25

qingshutie opened this issue Jul 24, 2018 · 4 comments

Comments

@qingshutie
Copy link

qingshutie commented Jul 24, 2018

Hi,
I have a problem when running detection example:
u16@u16-System-Product-Name:~/work/YoloV2NCS$ python3 ./detectionExample/Main.py --image ./data/dog.jpg
/usr/local/lib/python3.5/dist-packages/skimage/transform/_warps.py:84: UserWarning: The default mode, 'constant', will be changed to 'reflect' in skimage 0.15.
warn("The default mode, 'constant', will be changed to 'reflect' in "
Traceback (most recent call last):
File "./detectionExample/Main.py", line 30, in
results = detector.Detect(img)
File "/home/u16/work/YoloV2NCS/detectionExample/ObjectWrapper.py", line 101, in Detect
ObjectWrapper.fifoInHandle[i],
NameError: name 'i' is not defined

@oxfordpelican
Copy link

I have the same problem.. (Ubuntu 16.04)

@qingshutie
Copy link
Author

change the i to img

@caizt16
Copy link

caizt16 commented Aug 2, 2018

@qingshutie maybe you mean "i to idx"?

@qingshutie
Copy link
Author

@caizt16 yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants