MobilenetV3-Caffe icon indicating copy to clipboard operation
MobilenetV3-Caffe copied to clipboard

From pytorch-mobilenetv3 to caffe

Results 4 MobilenetV3-Caffe issues
Sort by recently updated
recently updated
newest added

Loading the `deploy.prototxt` and `model.caffemodel`, I face the following error: ``` Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: ReLU6 (known types: AbsVal, Accuracy, ArgMax, BNLL, BatchNorm,...

Two quick questions: - this pre-trained network corresponds to MobileNetV3 small or large? - could you please add mean values for imageNet? are they `[103.94,116.78,123.68] `with scale `0.017`? Cheers,

博主,您可以把mobilenet_v3_small 网络转换成caffe版本并上传吗,我尝试过几个工具都没有转换成功,求助,谢谢

Hello, your work is good, I wonder is this pretrained model trained in ImageNet dataset? did you eval it with other data? and how the model works?