This project reimplements the Content-CNN by W.Luo. The models are trained on Kitti 2015 dataset.
git clone https://github.com/VandyLu/Content-CNN.git cd Content-CNN
get models from ... ./main.py
./main.py
-m: mode in 'train' 'test',defualt='test'
-c: pretrained model path
-s: model save path,default='./models'
-l: log path,default='./log'