Sr Lstm

Alternatives To Sr Lstm
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Sr Lstm78
9 months ago1mitPython
States Refinement LSTM
Crypton X12
a year agoR
Cryptocurrency market cap-price prediction and visualization web app
Crypto Predict11
4 years agomitJupyter Notebook
A dockerized prediction API for crypto.
Cryptocoin Tensorflow Demo8
5 years agoJupyter Notebook
Simple demo ilustrating the use of LSTM neural network to predict daily changes in the Ethereum cryptocurrency
Eth_predictor6
2 months ago1mitPython
Ethereum Cryptocurrency Real Time Prediction (ETH/USD)
Ethereum Price Prediction Using Lstm5
3 years agoJupyter Notebook
Capstone project for the course Deep Learning as part of the master Data Science and Society.
Deep Crypto Predict3
a year agoJupyter Notebook
Using novel RNN-LSTM architecture for cryptocurrency market analysis
Eth_priceprediction_model2
4 years agoPython
Predict Ethereum token price using LSTM neural network model
Thinkful_final_capstone2
5 years agoJupyter Notebook
Cil2
2 years agomitPython
Text Sentiment Classification (Computational Intelligence Lab, ETH Zurich, 2018)
Alternatives To Sr Lstm
Select To Compare


Alternative Project Comparisons
Readme

SR-LSTM

States Refinement LSTM
This is the code for SR-LSTM: State Refinement for LSTM towards Pedestrian Trajectory Prediction. CVPR2019

Environment

The code is tested on Ubuntu 16.04, Python 3.5, numpy 1.13, pytorch 1.0.1.post2.

Train

The Default settings are to train on ETH-univ. Data cache and models will be in the subdirectory "./savedata/0/".

python .../SRLSTM/train.py

Configuration files are also created after the first run, arguments could be modified through configuration files.
Priority: command line > configuration files > default values in script

The datasets are selected on arguments '--test_set'. Five datasets in ETH/UCY are corresponding to the value of [0,1,2,3,4].

This command is to train model for ETH-hotel and save cache files in '/Your/save/directory/1'.

python .../SRLSTM/train.py --test_set 1 --save_base_dir '/Your/save/directory'

You can set your model name by "--train_model" and model type by "--model".

Detailed arguments description is given in train.py.

Test

python .../SRLSTM/train.py --phase test --test_set X --load_model XXX

Test example models are given in ./savedata/X/testmodel/testmodel_XXX.tar
To test on UCY-univ, using

python .../SRLSTM/train.py --phase test --test_set 4 --load_model 324 --batch_around_ped 64

To test on your own models, use your train.py and change the arguments of '--phase', '--train_model','--load_model' to 'test','YourModelName','YourModelEpoch'.

Citation

If you find this code useful, please cite us as

@inproceedings{zhang2019srlstm,
  title={SR-LSTM: State Refinement for LSTM towards Pedestrian Trajectory Prediction},
  author={Zhang, Pu and Ouyang, Wanli and Zhang, Pengfei and Xue, Jianru and Zheng, Nanning},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2019}
}
Popular Lstm Projects
Popular Ethereum Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Eth
Lstm