diff --git a/runtime/hailo-8/python/instance_segmentation/instance_segmentation.py b/runtime/hailo-8/python/instance_segmentation/instance_segmentation.py index de68fb59..f0099544 100755 --- a/runtime/hailo-8/python/instance_segmentation/instance_segmentation.py +++ b/runtime/hailo-8/python/instance_segmentation/instance_segmentation.py @@ -100,7 +100,7 @@ def inference_callback( output_queue: queue.Queue ) -> None: """ - infernce callback to handle inference results and push them to a queue. + inference callback to handle inference results and push them to a queue. Args: completion_info: Hailo inference completion info. diff --git a/runtime/hailo-8/python/lane_detection/lane_detection.py b/runtime/hailo-8/python/lane_detection/lane_detection.py index e1352722..383db5c6 100755 --- a/runtime/hailo-8/python/lane_detection/lane_detection.py +++ b/runtime/hailo-8/python/lane_detection/lane_detection.py @@ -157,7 +157,7 @@ def inference_callback( output_queue: mp.Queue ) -> None: """ - infernce callback to handle inference results and push them to a queue. + inference callback to handle inference results and push them to a queue. Args: completion_info: Hailo inference completion info. diff --git a/runtime/hailo-8/python/object_detection/object_detection.py b/runtime/hailo-8/python/object_detection/object_detection.py index 3306d7be..67d37d9c 100755 --- a/runtime/hailo-8/python/object_detection/object_detection.py +++ b/runtime/hailo-8/python/object_detection/object_detection.py @@ -212,7 +212,7 @@ def inference_callback( output_queue: queue.Queue ) -> None: """ - infernce callback to handle inference results and push them to a queue. + inference callback to handle inference results and push them to a queue. Args: completion_info: Hailo inference completion info. @@ -249,4 +249,4 @@ def main() -> None: if __name__ == "__main__": - main() \ No newline at end of file + main() diff --git a/runtime/hailo-8/python/pose_estimation/pose_estimation.py b/runtime/hailo-8/python/pose_estimation/pose_estimation.py index c32e4d9d..eb3d1a3d 100755 --- a/runtime/hailo-8/python/pose_estimation/pose_estimation.py +++ b/runtime/hailo-8/python/pose_estimation/pose_estimation.py @@ -90,7 +90,7 @@ def inference_callback( output_queue: mp.Queue ) -> None: """ - infernce callback to handle inference results and push them to a queue. + inference callback to handle inference results and push them to a queue. Args: completion_info: Hailo inference completion info. diff --git a/runtime/hailo-8/python/super_resolution/super_resolution.py b/runtime/hailo-8/python/super_resolution/super_resolution.py index 42d89062..66b3e5ec 100755 --- a/runtime/hailo-8/python/super_resolution/super_resolution.py +++ b/runtime/hailo-8/python/super_resolution/super_resolution.py @@ -81,7 +81,7 @@ def inference_callback( output_queue: queue.Queue ) -> None: """ - infernce callback to handle inference results and push them to a queue. + inference callback to handle inference results and push them to a queue. Args: completion_info: Hailo inference completion info.