mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
One more
This commit is contained in:
parent
4cbd171b80
commit
20bd8d282b
@ -61,7 +61,7 @@ def start(id, num_detections, detection_queue, event):
|
|||||||
object_detector.cleanup()
|
object_detector.cleanup()
|
||||||
print(f"{id} - Processed for {duration:.2f} seconds.")
|
print(f"{id} - Processed for {duration:.2f} seconds.")
|
||||||
print(f"{id} - FPS: {object_detector.fps.eps():.2f}")
|
print(f"{id} - FPS: {object_detector.fps.eps():.2f}")
|
||||||
print(f"{id} - Average frame processing time: {mean(frame_times)*1000:.2f}ms")
|
print(f"{id} - Average frame processing time: {mean(frame_times) * 1000:.2f}ms")
|
||||||
|
|
||||||
|
|
||||||
######
|
######
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user