TrajectoryDataset#
A Dataset specialized for trajectory data.
Constructor#
|
A dataset of trajectories |
Serialization / IO / conversion#
|
Read a dictionary-alike object from a .csv file as a pandas DataFrame. |
Indexing#
|
Select trajectory data for specific indices, or exclude them if inverse is set to True. |
Filtering#
|
Get the name of the most probable object class for each pose or trajectory of the dataset |
Return only the poses of a specific object class. |
All pandas DataFrame methods are also available.