pass config

This commit is contained in:
Nick Mowen 2022-09-24 18:17:35 -06:00
parent 17c2522ee1
commit 41ac558642

View File

@ -160,7 +160,7 @@ def stats_snapshot(
stats["detection_fps"] = round(total_detection_fps, 2)
stats["cpu_usages"] = get_cpu_stats()
stats["gpu_usages"] = get_gpu_stats()
stats["gpu_usages"] = get_gpu_stats(config)
stats["service"] = {
"uptime": (int(time.time()) - stats_tracking["started"]),