fixed base.py line 142

This commit is contained in:
Tim 2025-04-15 14:00:43 -04:00
parent cf429549b9
commit 8f7fcb4e50

View File

@ -139,7 +139,6 @@ def run_detector(
avg_speed.value = (avg_speed.value * 9 + duration) / 10 avg_speed.value = (avg_speed.value * 9 + duration) / 10
logger.info("Exited detection process...") logger.info("Exited detection process...")
return self.detect_api.detect_raw(tensor_input=tensor_input)
def async_run_detector( def async_run_detector(