Manually run YOLOv8 #2629
Replies: 1 comment
-
@laminarize hello! Running YOLOv8 manually for live inference and tracing the dataflow is a great way to understand the inner workings of the model. Here's a high-level approach to achieve this:
Remember to review the documentation for detailed explanations of each mode and how to use them effectively. Happy tracing! 😊🔍 |
Beta Was this translation helpful? Give feedback.
-
Hey everyone - I wanted to manually run YOLOv8 by using CLI and python "some_python_file.py"
My goal is to trace the dataflow through the different python files as I run a live inference and I want to do that using viztracer. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions