quancore / social-lstm

Social LSTM implementation in PyTorch
423 stars 254 forks source link

grid.py width_bound #12

Closed B00msday closed 5 years ago

B00msday commented 5 years ago

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!

quancore commented 5 years ago

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