- name: "MOBILENET_V2"
- # transform_param {
- # scale: 0.017
- # mirror: false
- # crop_size: 224
- # mean_value: [103.94,116.78,123.68]
- # }
- layer {
- name: "data"
- type: "Input"
- top: "data"
- input_param {
- shape {
- dim: 1
- dim: 3
- dim: 224
- dim: 224
- }
- }
- }
复制代码
yhc 发表于 2019-2-13 15:39
prototxt格式是旧的,可以按照下面格式修改
chuyee 发表于 2019-2-15 09:38
The model prototxt is https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/models/po ...
慢慢的大米饭 发表于 2019-2-15 15:57
请问解决了吗
chuyee 发表于 2019-2-15 16:47
This is the verbose output from 0.9.8 toolkit.
--> config model
yhc 发表于 2019-2-18 09:51
这个看layer都有支持的,caffemodel文件请问是哪里找到的呢
- layer {
- name: "data"
- type: "Input"
- top: "image"
- input_param {
- shape {
- dim: 1
- dim: 3
- dim: 160
- dim: 160
- }
- }
- }
复制代码
yhc 发表于 2019-2-19 17:53
protetxt请改成这样
chuyee 发表于 2019-2-15 16:47
This is the verbose output from 0.9.8 toolkit.
--> config model
chuyee 发表于 2019-2-15 16:47
This is the verbose output from 0.9.8 toolkit.
--> config model
欢迎光临 Toybrick (https://t.rock-chips.com/) | Powered by Discuz! X3.3 |