Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results not as reported #6

Open
Binbose opened this issue Oct 18, 2018 · 2 comments
Open

Results not as reported #6

Binbose opened this issue Oct 18, 2018 · 2 comments

Comments

@Binbose
Copy link

Binbose commented Oct 18, 2018

I was running the network with all defeault settings on the GC dataset till convergence (up to about 1000 epochs) several times with different random seeds and never got the reported error of 0.0125.
The best I was actually able to achieve was 0.0138 by doing some small changes.
However, by using only a simple LSTM (no social component) I already got an error of 0.0136.

Is there some bug in the repository?

Could you upload working network weights?

Edit: By using 3 layers in the regression net I got 0.0125 with a simple LSTM, so exactly what the paper reports.

@amiryanj
Copy link

I changed the source code to accept variable number of pedestrians in each main_compute_step().
Then I trained the network on ETH dataset.
The results are far from what is reported (ade_err > 1.0 for 8 prediction step on both ETH & Hotel)
Is there something wrong?

@ybpaopao
Copy link

ybpaopao commented May 2, 2019

@Binbose Hi, I also tried to reproduce the results produced in the paper but find it difficult. What changes have you made to get a lower MSE error? Actually, the code is not so inconsistent with the paper, for example, the input into the motion module is locations but not the displacements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants