Xilinx / Vitis-AI-Tutorials

MIT License
360 stars 145 forks source link

Incompatibility Issue #11

Open joneschakk opened 3 years ago

joneschakk commented 3 years ago

I found that the cpp files from which we generate the binary are outdated and are using Vitis1.0, for example from test_video_yolov3.cpp

#include <xilinx/ai/demo.hpp>
#include <xilinx/ai/yolov3.hpp>
#include <xilinx/ai/nnpp/yolov3.hpp>

Also the build.sh script refers to old libraries like ldpyolov3. Can the owner change the project to new Vitis1.2 base