Results 5 issues of lzwhard

https://github.com/tzutalin/build-opencv-for-android/blob/8582bf7e880db01c21ecb3ff7c5a399487b873db/setup.sh#L31

``` template void Net::CopyTrainedLayersFrom(const NetParameter& param) { int num_source_layers = param.layer_size(); for (int i = 0; i < num_source_layers; ++i) { const LayerParameter& source_layer = param.layer(i); const string& source_layer_name =...

net = create_mobilenetv2_ssd_lite() import copy net_copy = copy.deepcopy(net) error: ``` Traceback (most recent call last): File "run_ssd_live_demo.py", line 50, in net2 = copy.deepcopy(net) File "/workspace/liuzhenwei/venv/p3-d/lib/python3.5/copy.py", line 186, in deepcopy y...

Hi wangbm, Thank you for your good work, it does me a favor! I have a question as title, because I find that you train the three losses in a...