We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bebf0 commit e0e3157Copy full SHA for e0e3157
1 file changed
dlclive/benchmark.py
@@ -559,7 +559,6 @@ def benchmark(
559
print(f"Mean inference rate: {np.mean(1 / np.array(times)[1:]):.3f} FPS")
560
561
metadata = _get_metadata(video_path=video_path, cap=cap, dlc_live=dlc_live)
562
- metadata = _get_metadata(video_path=video_path, cap=cap, dlc_live=dlc_live)
563
564
cap.release()
565
0 commit comments