Ewenwan / MVision

机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
8k stars 2.78k forks source link

There is no silence layer in ncnn #10

Closed imistyrain closed 5 years ago

imistyrain commented 6 years ago

in mobilenetv2_ssdlite_voc.param line 152 there is a layer called Silence Silence silence I succeed to run it after replace it with Slice slice

Ewenwan commented 6 years ago

我这边运行没有问题。 slice layer 作用和concat相反。 silence layer 作用仅仅是避免在log中打印并没有使用的blobs的信息。 ncnn中确实没有 silence layer ,但是我这边没有提示错误。 caffe中有 silence layer 。