quancore / social-lstm

Social LSTM implementation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about grid

benemana opened this issue · comments

Please, could you explain what the parameter "is_occupancy" stands for in grid.py? With respect to the original implementation, I saw you implemented two different kinds of mask, according to the "is_occupancy" value.
What does it represent? Why the two masks have different shape?

Thank you a lot.