We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00af6c commit 58a094aCopy full SHA for 58a094a
dlclive/benchmark_pytorch.py
@@ -82,7 +82,7 @@ def get_system_info() -> dict:
82
}
83
84
85
-def analyze_video(
+def benchmark(
86
video_path: str,
87
model_path: str,
88
model_type: str,
@@ -447,7 +447,7 @@ def main():
447
args = parser.parse_args()
448
449
# Call the analyze_video function with the parsed arguments
450
- analyze_video(
+ benchmark(
451
video_path=args.video_path,
452
model_path=args.model_path,
453
model_type=args.model_type,
0 commit comments