vis4d.eval.nuscenes.track3d
NuScenes 3D tracking evaluation code.
Classes
|
NuScenes 3D tracking evaluation class. |
- class NuScenesTrack3DEvaluator(metadata=('use_camera',))[source]
NuScenes 3D tracking evaluation class.
- property metrics: list[str]
Supported metrics.
- gather(gather_func)[source]
Gather variables in case of distributed setting (if needed).
- Parameters:
gather_func (Callable[[Any], Any]) – Gather function.
- Return type:
None
- process_batch(tokens, boxes_3d, velocities, class_ids, scores_3d, track_ids)[source]
Process the results.
- Return type:
None