Results 7 comments of Parth Kothari

Hello, Thanks for your interest. We are working on the release of the open-source code of this paper. Thanks Parth

Hi, This [repo](https://github.com/vita-epfl/trajnetplusplusbaselines) might be useful to compare different interaction modules proposed in literature based on collision metrics!

Hi, This [repo](https://github.com/vita-epfl/trajnetplusplusbaselines) might be useful to compare different interaction modules proposed in literature based on collision metrics!

Hi, For only a single pedestrian, you need to change the min_ped argument to 0 [here](https://github.com/agrimgupta92/sgan/blob/691231e1adb6a344c7bcea9ebf2534518b226ead/sgan/data/trajectories.py#L75). You can also refer to the following [repo](https://github.com/vita-epfl/trajnetplusplusbaselines) for alternate implementation.

Hi, You can find more info [here](https://github.com/agrimgupta92/sgan/issues/5#issuecomment-414381686). Hope this is helpful.

Hi, You can find another implementation of S-LSTM [here](https://github.com/vita-epfl/trajnetplusplusbaselines). The README describes the command-line as well.

Hi @amiryanj , Apologies for the late reply. 1. The tag is of the form `[int, List[int]]` The first `int` refers to the main category of the trajectory. '1': Static,...