vis4d.eval.bdd100k
BDD100K evaluators.
- class BDD100KDetectEvaluator(annotation_path, config_path, mask_threshold=0.0)[source]
BDD100K 2D detection evaluation class.
- class BDD100KSegEvaluator(annotation_path)[source]
BDD100K segmentation evaluation class.
- property metrics: list[str]
Supported metrics.
- class BDD100KTrackEvaluator(annotation_path, config_path='box_track', mask_threshold=0.0)[source]
BDD100K 2D tracking evaluation class.
- __init__(annotation_path, config_path='box_track', mask_threshold=0.0)[source]
Initialize the evaluator.
- property metrics: list[str]
Supported metrics.
Modules
BDD100K detection evaluator. |
|
BDD100K segmentation evaluator. |
|
BDD100K tracking evaluator. |