HornedSungem / SungemSDK

Horned Sungem
http://www.hornedsungem.org/
Apache License 2.0
33 stars 14 forks source link

我实现了角蜂鸟下YOLOv2跑自己模型的文章,欢迎交流啊 #17

Open interface-bin opened 6 years ago

interface-bin commented 6 years ago

使用角蜂鸟+YOLOv2检测出观察摄像头的行人 - 油酱的文章 - 知乎 知乎 https://zhuanlan.zhihu.com/p/42031192

qihao430 commented 6 years ago

你好,请问如果要将tensorflow或caffe的模型转化成角蜂鸟能用的graph模型,除了需要NCSDK,一定需要movidius神经计算棒吗?

interface-bin commented 6 years ago

是需要神经计算棒的

qihao430 commented 6 years ago

好吧,我以为角蜂鸟也能用来转化模型。。。

interface-bin commented 6 years ago

角蜂鸟内嵌了movidius神经计算棒的,讲道理是可以的,但是没看到有开发相关接口

qihao430 commented 6 years ago

而且现在还不能跑多模型级联的,也不知道什么时候更新SDK可以支持模型转化和多模型级联

shaomang commented 6 years ago

其实单纯mvNCCompile转换模型不需要NCS或是角蜂鸟设备,只有在check和profile需要

interface-bin commented 6 years ago

棒棒的,我先入为主了哈哈哈,谢谢啦

smartwang-xyz commented 6 years ago

hello 我尝试跑了你的代码,但是很不幸,出现了bug; File ‘‘HumanFrontalDetector.py " line 13 ,in net =hs.HS('‘HumanFrontalDetector',zoom=true, verbose=2, threshSSD=0.55 ) TypeError: object() takes no parameters

could you help me ?