ubuntu14.04+anaconda+tensorflow跑通MultiSeg
先上demo的效果图。
https://github.com/MarvinTeichmann/KittiSeg#kittiseg
1.requirement,那几个库pip安装好。
pip install numpy scipy pillow matplotlib commentjson
2.下载MultiSeg
git clone https://github.com/MarvinTeichmann/KittiSeg.git
这个我是手动下载的。另外submodels里面的也要下载下来。
3.跑demo.py
python demo.py --input_image data/demo/demo.png
这里需要下载一个训练好的模型。会自动下载,放在RUNS文件夹下,没有可以自己创文件夹。