-
Notifications
You must be signed in to change notification settings - Fork 640
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
examples/caffe/ssd-detect not working #9
Comments
And the jupyter is not installed in this docker image. /workspace/alveo$ jupyter notebook --no-browser --ip=0.0.0.0 --NotebookApp.token='' --NotebookApp.password='' |
After active the caffe conda environment by following commands:
I can import above library in the python. But I try the caffe example at following directory:
It reports the
It seems that the quantize step didn't generate any results in the quantize_results. Thanks, |
Hi @matlinsas, In regards to your most recent post. We are looking into it. There is a problem with ssd-detect, we need to make some minor fixes to the code, and polish the instructions. We apologize for the issue. We should have it fixed by the end of the week. @satyakee1 is working on this. |
In replace_mluser.py under substitute function, after writing values to file, file handle needs to be closed so that changes are written to the file. Then again run "python replace_mluser.py --modelsdir models" after setting $VAI_ALVEO_ROOT in env and prepare command will proceed then. |
I am facing issue in next command while running inference on entire dataset My card is getting validated successfully INFO: Validating card[0]: xilinx_u200_xdma_201830_2 But on running inference with, i am getting this error Butler connection failed, exiting after too many errors Any suggestions on how to proceed or what to check?? |
This should be fixed, please open a new issue if you are still experiencing problems |
Add ONNXRuntime - Vitis-AI image classification example
Hi,
I failed to import the vai library with the CPU container : xdock:5000/vitis-ai 1.0.0-cpu .
Following is the $PYTHONPATH information:
Using VAI_ALVEO_ROOT
/workspace/alveo
Using LD_LIBRARY_PATH
/opt/xilinx/xrt/lib:
Using LIBXDNN_PATH
/lib/libxfdnn.so
PYTHONPATH
/workspace/alveo:/workspace/alveo/apps/yolo:/workspace/alveo/apps/yolo/nms:/workspace/alveo/xfmlp/python:/opt/xilinx/xrt/python:/workspace/alveo:/workspace/alveo/apps/yolo:/workspace/alveo/apps/yolo/nms:/workspace/alveo/xfmlp/python:/opt/vitis_ai/compiler
Verifying XILINX_XRT
XILINX_XRT : /opt/xilinx/xrt
PATH : /opt/xilinx/xrt/bin:/opt/xilinx/xrt/bin:/opt/vitis_ai/conda/bin:/opt/vitis_ai/utility:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LD_LIBRARY_PATH : /opt/xilinx/xrt/lib:/opt/xilinx/xrt/lib:
PYTHONPATH : /opt/xilinx/xrt/python:/workspace/alveo:/workspace/alveo/apps/yolo:/workspace/alveo/apps/yolo/nms:/workspace/alveo/xfmlp/python:/opt/xilinx/xrt/python:/workspace/alveo:/workspace/alveo/apps/yolo:/workspace/alveo/apps/yolo/nms:/workspace/alveo/xfmlp/python:/opt/vitis_ai/compiler
Thanks,
Bean
The text was updated successfully, but these errors were encountered: