shufeng17

shufeng17

0个粉丝

7

问答

0

专栏

0

资料

shufeng17  发布于  2019-09-06 14:36:59
采纳率 0%
7个问答
1849

有偿求助-3559a-mobilenet-ssd模型转换问题-有谁成功过么

 
请问有谁在3559a上转换mobile net ssd 成功的吗?我转后在nnie上推理结果不对,  感觉prototxt没写对。
求prototxt配置,非常感谢!!可有偿!!

下面是我的depthwise卷积层的写法:
layer {
  name: "conv2_1/dw"
  type: "DepthwiseConv"
  bottom: "conv1"
  top: "conv2_1/dw"
  param {
    lr_mult: 1
    decay_mult: 1
  }
  convolution_param {
    num_output: 32
    bias_term: false
    pad: 1
    kernel_size: 3
    stride: 1
    weight_filler {
      type: "msra"
    }
  }
}
layer {
  name: "conv2_1/dw/bn"
  type: "BatchNorm"
  bottom: "conv2_1/dw"
  top: "conv2_1/dw"
  param {
    lr_mult: 0
    decay_mult: 0
  }
  param {
    lr_mult: 0
    decay_mult: 0
  }
  param {
    lr_mult: 0
    decay_mult: 0
  }
  batch_norm_param {
    use_global_stats: true
    eps: 1e-5
  }
}
layer {
  name: "conv2_1/dw/scale"
  type: "Scale"
  bottom: "conv2_1/dw"
  top: "conv2_1/dw"
  param {
    lr_mult: 1
    decay_mult: 0
  }
  param {
    lr_mult: 1
    decay_mult: 0
  }
  scale_param {
    filler {
      value: 1
    }
    bias_term: true
    bias_filler {
      value: 0
    }
  }
}
layer {
  name: "relu2_1/dw"
  type: "ReLU"
  bottom: "conv2_1/dw"
  top: "conv2_1/dw"
}
layer {
  name: "conv2_1/sep"
  type: "Convolution"
  bottom: "conv2_1/dw"
  top: "conv2_1/sep"
  param {
    lr_mult: 1
    decay_mult: 1
  }
  convolution_param {
    num_output: 64
    bias_term: false
    pad: 0
    kernel_size: 1
    stride: 1
    weight_filler {
      type: "msra"
    }
  }
}
我来回答
回答5个
时间排序
认可量排序

qn1556098118

0个粉丝

2

问答

0

专栏

0

资料

qn1556098118 2019-09-06 15:02:29
认可0
我的是对的

shufeng17

0个粉丝

7

问答

0

专栏

0

资料

shufeng17 2019-09-06 15:16:20
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=147416&ptid=75795]qn1556098118 发表于 2019-9-6 15:02[/url]
我的是对的[/quote]

可否把prototxt 发来给大家参考下,非常感谢,或者私信联系

shufeng17

0个粉丝

7

问答

0

专栏

0

资料

shufeng17 2019-09-16 10:43:57
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=147492&ptid=75795]qn1556098118 发表于 2019-9-10 01:13[/url]
官方demo就有prototxt,发出来没有意义。SSD的detection output需要自己实现,检查下相关代码。[/quote]

谢谢大神回复。。。。我来研究下

haxvn

0个粉丝

0

问答

0

专栏

0

资料

haxvn 2019-09-23 16:47:02
认可0
thanks for sharing

qn1556098118

0个粉丝

2

问答

0

专栏

0

资料

qn1556098118 2019-09-10 01:13:36
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=147418&ptid=75795]shufeng17 发表于 2019-9-6 15:16[/url]
可否把prototxt 发来给大家参考下,非常感谢,或者私信联系[/quote]

官方demo就有prototxt,发出来没有意义。SSD的detection output需要自己实现,检查下相关代码。
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
相关问答
无更多相似问答 去提问
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区