Results 4 comments of X.Y. Hu

@crazychengmm 看看 echart 的官网吧:[官方示例](http://echarts.baidu.com/examples.html) 和 [Gallery](http://gallery.echartsjs.com/explore.html#sort=star~timeframe=all~author=all)

+1 same issue. There is no need to unzip the caffemodel, which is not a zip file according to [issue 38](https://github.com/TimoSaemann/ENet/issues/38). So I download the pre-trained model with following scripts:...

Solved! After googling around, I found 'bn_param' is not in standard caffe code. Thus Enet uses a special caffe and we have to compile it according to the [tutorial](https://github.com/TimoSaemann/ENet/tree/master/Tutorial). As...

Finally Solved! In #38, it is suggest not to unzip `weight2.caffemodel`, **but `weight.caffemodel` should be unziped**. After unzip the model, I get 2 different models: ``` ../enet_weights_zoo ├── README.md ├──...