This repository contains python implementation of activity forecasting proposed by Kitani et al. [1].
- Language: Python (2.7.14)
- Modules: Numpy, OpenCV
python ioc.py
python oc.py
If you want to use the original XML files of [1], please convert to numpy array format (*.npy). Copy to "convert_xml2npy.py" to the directory storing XML files, and execute the following:
python convert_xml2npy.py
- K. Kitani, et al., "Activity Forecasting," In Proc. of European Conference on Computer Vision (ECCV), pp. 201-214, 2012.