Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion runtime/hailo-8/python/lane_detection/lane_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions runtime/hailo-8/python/object_detection/object_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -249,4 +249,4 @@ def main() -> None:


if __name__ == "__main__":
main()
main()
2 changes: 1 addition & 1 deletion runtime/hailo-8/python/pose_estimation/pose_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down