perf(unraid): fall back to official RTMW-m
This commit is contained in:
@@ -18,7 +18,7 @@ def percentile(values: list[float], p: float) -> float:
|
||||
|
||||
|
||||
def run_offline_benchmark(models, threshold: float, max_people: int) -> None:
|
||||
path = "/logs/offline-benchmark-" + os.getenv("DETECTOR_NAME", "unknown") + ".json"
|
||||
path = "/logs/offline-benchmark-" + os.getenv("BENCHMARK_PROFILE", "unknown") + ".json"
|
||||
if os.path.exists(path):
|
||||
return
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user