Removed unused param
This commit is contained in:
parent
46c6c9403c
commit
6bdc7ce016
|
@ -20,7 +20,7 @@ from mediapipe.tasks.python.benchmark import benchmark_utils as bu
|
||||||
from mediapipe.tasks.python.benchmark.vision.core import base_vision_benchmark_api
|
from mediapipe.tasks.python.benchmark.vision.core import base_vision_benchmark_api
|
||||||
|
|
||||||
|
|
||||||
def benchmarker(benchmark_function, default_model_name, default_image_name):
|
def benchmarker(benchmark_function, default_model_name):
|
||||||
"""Executes a benchmarking process using a specified function and
|
"""Executes a benchmarking process using a specified function and
|
||||||
a default model (or a specified model) and reports the benchmarking
|
a default model (or a specified model) and reports the benchmarking
|
||||||
statistics.
|
statistics.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user