├── LICENSE ├── README.md ├── main.py ├── net.py └── scripts ├── download_kitti.sh ├── make_list_kitti.sh ├── prepare_kitti.sh └── unzip_kitti.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/main.py -------------------------------------------------------------------------------- /net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/net.py -------------------------------------------------------------------------------- /scripts/download_kitti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/scripts/download_kitti.sh -------------------------------------------------------------------------------- /scripts/make_list_kitti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/scripts/make_list_kitti.sh -------------------------------------------------------------------------------- /scripts/prepare_kitti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/scripts/prepare_kitti.sh -------------------------------------------------------------------------------- /scripts/unzip_kitti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quadjr/PredNet/HEAD/scripts/unzip_kitti.sh --------------------------------------------------------------------------------