At current stage, I just implemented the LSTM to do trajectory prediction
requirements:
- tensorflow 2.*
- python 3.8
run main.py
test()
inmain.py
is to test in the datasetstest_for_real()
inmain.py
is to test for real. Assume no testing dataset. Just do prediction based on the observed trajectories.