quancore / social-lstm

Social LSTM implementation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grid.py width_bound

B00msday opened this issue · comments

In grid.py line 30 you put *2 after the original calculation. I dont really understand. Does that mean you want to enlarge the neighborhood area? Thanks!

Yes, basically I tried to enlarge neighborhood, which is a hyperparameter.