quancore / social-lstm

Social LSTM implementation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pedestrain ID

munirfarzeen opened this issue · comments

Hi,
In the sample dataset, there are many pedestrians in a single frame and also in the whole sequence.
If you have a single pedestrian in a single video, the ped_ID would be 1 for all the frames in one sequence. So if you have multiple videos with very few pedestrians, should I assign a unique Ped_ID for all the pedestrians present in the dataset or Unique Ped_ID in one video frame?
Also, when processing the data, the variable "numPeds_data" stores Ped_IDs or the numbers of pedestrians in that sequence?
Similarly, when extracting a batch from the process data, seq_numPedsList shows the number of pedestrians in the frame of Ped_ID for each pedestrian.