We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I have solved it. #6
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: