我跑通了demo的目标检测,然后更改了yolov3的模型,更换了 https://github.com/PaddlePaddle/Paddle-Lite/blob/develop/lite/demo/cxx/yolov3_detection/yolov3_detection.cc ,执行run.sh报错。cmake文件没有改动,想请教一下是什么原因,应该怎么解决。需要什么信息我会提供。
我跑通了demo的目标检测,然后更改了yolov3的模型,更换了 https://github.com/PaddlePaddle/Paddle-Lite/blob/develop/lite/demo/cxx/yolov3_detection/yolov3_detection.cc ,执行run.sh报错。cmake文件没有改动,想请教一下是什么原因,应该怎么解决。需要什么信息我会提供。
2条答案
按热度按时间x3naxklr1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网文档、常见问题、历史Issue来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ and Github Issue to get the answer.Have a nice day!
1bqhqjot2#
建议在cmake里面添加如下代码后再编译运行
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_GLIBCXX_USE_CXX11_ABI=1")
然后把gcc版本和paddlelite库贴下
PS:我们将在近期提供armlinux的yolov3 demo,方便用户直接使用。