This is the repository that contains source code for the whatmatters website.
If you find our work useful, please cite:
@article{haoran2023whatmatters
author = {Haoran Wu, Tran Phong, Cunjun Yu, Panpan Cai, Sifa Zheng, David Hsu},
title = {What Truly Matters in Trajectory Prediction for Autonomous Driving?},
journal = {NeurIPS},
year = {2023},
}
Follow this website Test locally
(0. Optional to install ruby)
sudo apt-get install ruby-full
- Install github-pages gem (sometimes need to add
sudo
to have persmission to install)
gem install github-pages
- Install jekyll (following this page https://jekyllrb.com/docs/installation/ubuntu/)
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler
- Build jekyl
jekyll build
- Serve
jekyll serve
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.