Forecasting Path from Expert Demonstrations

Path Forecasting is an active research problem which has seen multiple different methods applied to it. This project attempts to approach this problem using Deep Convolutional Neural networks and recurrent networks like LSTMs to predict probablefuture locations an entity could take. The project focuses its attention on stochastic path forecasting for an autonomous vehicle with the entire environment simulated through the comprehensive CARLA simulator. Training data is collected using this simulator for the purpose of sampling expert path locations. Models are trained jointly using our dataset on the publicly available KITTI odometry dataset.

Related