Safemotion Lib
Loading...
Searching...
No Matches
smreid
fastreid
evaluation
__init__.py
Go to the documentation of this file.
1
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2
from
.evaluator
import
DatasetEvaluator, inference_context, inference_on_dataset
3
from
.rank
import
evaluate_rank
4
from
.roc
import
evaluate_roc
5
from
.reid_evaluation
import
ReidEvaluator
6
from
.testing
import
print_csv_format, verify_results
7
8
__all__ = [k
for
k
in
globals().keys()
if
not
k.startswith(
"_"
)]
Generated by
1.10.0