fix: remove unused batch_ratio variable from pipeline_analyze.py

This commit is contained in:
myhloli
2025-12-02 03:46:57 +08:00
parent 9fc13e3d88
commit 4a86044b30

View File

@@ -159,7 +159,6 @@ def batch_image_analyze(
model_manager = ModelSingleton()
batch_ratio = 1
device = get_device()
if str(device).startswith('npu'):