参考
https://blog.youkuaiyun.com/weixin_42452024/article/details/88045487
https://github.com/MarvinTeichmann/MultiNet
https://blog.youkuaiyun.com/qq_14839543/article/details/68065292
https://blog.youkuaiyun.com/duanyajun987/article/details/81505006
在虚拟机运行
Ubuntu16.04 + python2.7
pip list
具体流程参考以上链接
我这里说下我踩过的坑
1 git clone https://github.com/MarvinTeichmann/MultiNet.git
得到的文件夹submodule这个文件夹里面的每个文件夹都是空的
后面我采取git clone完了以后单独对每个文件夹按照git里面的流程再git clone一次
最后的文件夹才是完整的
2 虚拟机内存不够 Tensorflow:terminate called after throwing an instance of ‘std::bad_alloc’ what(): std::bad_alloc
重新设置虚拟机内存 清空回收站
3 Multinet新建DATA文件夹 里面放 vgg16.net 再放一个文件夹weights ,weights里面再放一个vgg16.net
vgg16.npy https://pan.baidu.com/s/1lhzkdBopNflrsYCbu-hy7w zr19
RUNS 里面放 MultiNet_ICCV
https://pan.baidu.com/s/1H4AHyCtLhXh4XmLMRAZEjQ z4dq
运行demo