You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on understanding the yolo_ros Python file and its functions, going through each line to identify where things are defined and how to modify them. For instance, I want to edit the label text, colors, and other parameters, as well as understand the calculation process. However, there is limited documentation and comments explaining the functionality of each method or function. Is there a video or more detailed documentation available for these Python files?
The text was updated successfully, but these errors were encountered:
Is there a way to display the (x, y, z) coordinates instead of the scores when the 3D node is enabled (use_3d:=True), and keep the scores displayed when use_3d:=False?
I am working on understanding the
yolo_ros
Python file and its functions, going through each line to identify where things are defined and how to modify them. For instance, I want to edit the label text, colors, and other parameters, as well as understand the calculation process. However, there is limited documentation and comments explaining the functionality of each method or function. Is there a video or more detailed documentation available for these Python files?The text was updated successfully, but these errors were encountered: