Git Product home page Git Product logo

Comments (10)

nicewsyly avatar nicewsyly commented on July 21, 2024

您好,建议您先测试环境比较好的情况
if 成功跟踪:
建议换一种特征(HOG特征在这种情况下表现不好)
else
方便的话能不能把您的视频发给我们,我们一块排查一下问题

from eco.

dongxuanlb avatar dongxuanlb commented on July 21, 2024

视频可以在这个空间下载:
https://github.com/carlren/VisionTools/tree/master/MotionDetection/data

另外我还有两个问题:

  1. 有没有可能支持tensorflow版本?
  2. 有没有可能使用movidius在本地做加速呢?

from eco.

wastacat avatar wastacat commented on July 21, 2024

請問caffe-windows 是使用BVLC/caffe 還是intel/caffe ?
還是可以提供編好的caffe-windows ?

from eco.

nicewsyly avatar nicewsyly commented on July 21, 2024

bvlc
https://blog.csdn.net/learnee/article/details/78880771

from eco.

wastacat avatar wastacat commented on July 21, 2024

@nicewsyly caffe是要使用cpu-only ?
python版本有差異嗎?
2018-05-26_214112

from eco.

nicewsyly avatar nicewsyly commented on July 21, 2024

可以使用cpu-only,你这种情况应该是某些库丢失了吧,你是根据第一种方法配置caffe的吗,有可能是某些库没有下载完整

from eco.

nicewsyly avatar nicewsyly commented on July 21, 2024

from eco.

wwzh2015 avatar wwzh2015 commented on July 21, 2024

这是caffe版,哪有HC版hog cn

from eco.

trikim avatar trikim commented on July 21, 2024

@dongxuanlb
你好,你在ubuntu下编译程序时碰到以下这个问题吗?

我是采用以下命令编译的:
g++ -std=c++11 mian.cpp -o test -lcaffe -I 相关包含文件路径 -L 相关依赖库路径
feature_extractor.h:35:228: error: invalid initialization of non-const reference of type ‘boost::shared_ptr<caffe::Net >&’ from an rvalue of type ‘boost::shared_ptr<caffe::Net >’
at image, cv::Point2f pos, vector scales, const eco_params& gparams, const cv::Mat& yml_mean, bool useDeepFeature = true, boost::shared_ptr< Net >& net = boost::shared_ptr< Net >());

请问你是怎么编译的?

from eco.

Oliverwang avatar Oliverwang commented on July 21, 2024

@trikim 我和你碰到一样的问题,你把boost::shared_ptr< Net >& net = boost::shared_ptr< Net >() 改成 const boost::shared_ptr< Net >& net = boost::shared_ptr< Net >()能解决这个错误,但是我运行的时候出错了

from eco.

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.