├── README.md ├── evaluate5f.py ├── loader2.py ├── model5f.py ├── preprocess_data.m └── train5f.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhouqiyang97/CAE-GAN-a-hybrid-model-for-vehicle-trajectory-prediction/HEAD/README.md -------------------------------------------------------------------------------- /evaluate5f.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhouqiyang97/CAE-GAN-a-hybrid-model-for-vehicle-trajectory-prediction/HEAD/evaluate5f.py -------------------------------------------------------------------------------- /loader2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhouqiyang97/CAE-GAN-a-hybrid-model-for-vehicle-trajectory-prediction/HEAD/loader2.py -------------------------------------------------------------------------------- /model5f.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhouqiyang97/CAE-GAN-a-hybrid-model-for-vehicle-trajectory-prediction/HEAD/model5f.py -------------------------------------------------------------------------------- /preprocess_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhouqiyang97/CAE-GAN-a-hybrid-model-for-vehicle-trajectory-prediction/HEAD/preprocess_data.m -------------------------------------------------------------------------------- /train5f.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhouqiyang97/CAE-GAN-a-hybrid-model-for-vehicle-trajectory-prediction/HEAD/train5f.py --------------------------------------------------------------------------------