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

Make Test - failure #4

Open
kiritigowda opened this issue Apr 2, 2019 · 1 comment
Open

Make Test - failure #4

kiritigowda opened this issue Apr 2, 2019 · 1 comment

Comments

@kiritigowda
Copy link
Contributor

kiritigowda commented Apr 2, 2019

kiriti@simon:~/ISV/kiriti/trafficVision$ make test
for vid in media/demo.mp4; do \
	echo processing $vid ;\
	/usr/bin/python ./main.py --video $vid ;\
done
processing media/demo.mp4
('Loaded', 'yoloOpenVX')
OK: loaded 24 kernels from libvx_nn.so
OK: OpenVX using GPU device#0 (gfx900) [OpenCL 1.2 ] [SvmCaps 0 1]
OK: annCreateInference: successful
Traceback (most recent call last):
  File "./main.py", line 49, in <module>
    yoloNet = inference.yoloInferenceNet(yoloOpenVX.weights);
  File "/home/kiriti/ISV/kiriti/trafficVision/inference.py", line 28, in __init__
    input_info,output_info = yoloOpenVX.interface.annQueryInference().decode("utf-8").split(';')
ValueError: too many values to unpack
Makefile:8: recipe for target 'test' failed
make: *** [test] Error 1

@conglanjun
Copy link

I have solved it.
#6

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

2 participants