drone-trajecroty-prediction-LSTMGAN

所属分类:自动驾驶
开发工具:Mercury
文件大小:0KB
下载次数:0
上传日期:2023-12-19 02:38:15
上 传 者sh-1993
说明:  基于sgan的飞机轨迹发生器
(airplane trajectory generator with sgan)

文件列表:
.idea/
datasets/
models/
paper/
realdata/
scripts/
sgan/
.~lock.trajectory prediction.pptx#
LICENSE
MODEL_ZOO.md
TRAINING.md
checkpoint2_no_model.pt
checkpoint2_with_model.pt
checkpoint_no_model.pt
checkpoint_with_model.pt
createTrajectoryfromRealData.m
dx.txt.npy
dy.txt.npy
dz.txt.npy
evaluate_model.py
landing_traj_linear.m
landing_traj_vertical.m
linear_no_model.pt
plotforpaper.m
plotreachableset.py
readnpy.py
realdata.zip
requirements.txt
train.py
traindataset.m
trajectory prediction.pptx
trajectory_generator_random.py
vertical_no_model.pt
vertical_with_model.pt
visualization.py

# LSTM-Gan for drone trajectory predicting In this repository we release models from the papers - [Landing Trajectory Prediction for UAS Based on Generative Adversarial Network](https://arc.aiaa.org/doi/abs/10.2514/6.2023-0127) ## Introduction ![Alt text](https://github.com/Xiaoshan-jun/sganATG/blob/main/paper/figure/training%20process.png) we introduce a novel approach to landing trajectory prediction for Unmanned Aircraft Systems (UAS) utilizing Generative Adversarial Networks (GANs). In our study, we employ Long Short-Term Memory (LSTM) neural network layers as the core architecture for both the generator and discriminator in our model. On our drone landing dataset, which comprising over 2600 manually controlled drone trajectories, this method can proficiently predict future trajectories spanning an 10 second duration based on data from the preceding 10 seconds. ![Alt text](https://github.com/Xiaoshan-jun/sganATG/blob/main/paper/figure/GANreal.png) ## Usage train ``` python train.py ``` test predict, you need to change the args.model_path into the path you saved the model(end with .pt) first ``` python visualization.py ``` formal evaluation, you need to change the arg.model_path into the path you saved the model(end with .pt) first ``` python evaluate_model.py ``` ## Bibtex ``` @inproceedings{xiang2023landing, title={Landing Trajectory Prediction for UAS Based on Generative Adversarial Network}, author={Xiang, Jun and Xie, Junfei and Chen, Jun}, booktitle={AIAA SCITECH 2023 Forum}, pages={0127}, year={2023} } ```

近期下载者

相关文件


收藏者