You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: