Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caffe模型转换MDL时,data需要什么格式? #20

Closed
liminglu opened this issue Sep 26, 2017 · 1 comment
Closed

caffe模型转换MDL时,data需要什么格式? #20

liminglu opened this issue Sep 26, 2017 · 1 comment

Comments

@liminglu
Copy link

liminglu commented Sep 26, 2017

如题,
copy your model.prototxt and model.caffemodel to this path
also need the input data

./caffe2mdl model.prototxt model.caffemodel data

data是标注还是图像?

谢谢。

@cocodark
Copy link
Contributor

cocodark commented Sep 26, 2017

Hi,liminglu, the data file is an array of color value preprocessed according the model's transform params, scale or substract the mean value for exampe , the color value in order of rgb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants