GithubHelp home page GithubHelp logo

Comments (9)

jiangjiajun avatar jiangjiajun commented on May 16, 2024

当前还没机型可以测试,你有自己添加测试过吗?

from fastdeploy.

kc-w avatar kc-w commented on May 16, 2024

我把这改成gpu了没用,会报错,你们的openvino和官网上的openvino不一样呀,core.hpp文件里的内容都不同
image

from fastdeploy.

jiangjiajun avatar jiangjiajun commented on May 16, 2024

我把这改成gpu了没用,会报错,你们的openvino和官网上的openvino不一样呀,core.hpp文件里的内容都不同 image

你可以下载官网的OpenVINO来编译FastDeploy,编译时通过OPENVINO_DIRECTORY来指定下载的目录即可。 目前FastDeploy在Linux平台自动下载的版本,只包含CPU

from fastdeploy.

kc-w avatar kc-w commented on May 16, 2024

我编译的平台就是win10,不是linux

from fastdeploy.

jiangjiajun avatar jiangjiajun commented on May 16, 2024

试下重新编译FastDeploy,通过-DOPENVINO_DIRECTORY指定到你自己下载的OpenVINO路径

from fastdeploy.

kc-w avatar kc-w commented on May 16, 2024

我指定的-DOPENVINO_DIRECTORY目录好像没效果,还是会去下载然后用下载后的openvino,我后来手动把自动下载后的openvino内容替换成我自己下载的openvino,编译之后还是会在下面的位置报错

cmake .. -G "Visual Studio 16 2019" -A x64 -DENABLE_OPENVINO_BACKEND=ON -DENABLE_TRT_BACKEND=ON -DENABLE_VISION=ON -DENABLE_VISION_VISUALIZE=ON -DWITH_GPU=ON -DTRT_DIRECTORY="D:\TensorRT-8.0.3.4" -DCUDA_DIRECTORY="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3" -DOPENVINO_DIRECTORY="E:\projectTest\openvino_2022.2.0\runtime" -DOPENCV_DIRECTORY="D:\opencv-4.3.0" -DCMAKE_INSTALL_PREFIX="E:\FastDeploy\build\lib"

from fastdeploy.

jiangjiajun avatar jiangjiajun commented on May 16, 2024

指定了仍然会下载吗,那不太合理,@joey12300 看下?

from fastdeploy.

joey12300 avatar joey12300 commented on May 16, 2024

@kc-w 您好,我下面的PR修复了指定路径仍然自动下载OpenVINO的bug,您拉一下最新代码,把之前编译缓存的文件清空重新编译一下试试。 #348

from fastdeploy.

kc-w avatar kc-w commented on May 16, 2024

@kc-w 您好,我下面的PR修复了指定路径仍然自动下载OpenVINO的bug,您拉一下最新代码,把之前编译缓存的文件清空重新编译一下试试。 #348

@joey12300 自动下载的问题已解决

from fastdeploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.