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
The current implementation I've written does not explicitly handle the encoding of the subscribed topics; it simply passes the images to the track function as a numpy array. However, as per the official Ultralytics documentation, images passed to this function are expected to be in BGR encoding.
Tasks
melodic-devel
noetic-devel
humble-devel
The text was updated successfully, but these errors were encountered:
Hello @Alpaca-zip, this is a very interesting project, and thank you for sharing.
I have everything running but I am not receiving any image output on the image topics in RVIZ.
I am only running the "tracker.launch" file.
Am I doing something wrong, or would this problem be related to the BGR encoding issue mentioned above?
Hello @Alpaca-zip, this is a very interesting project, and thank you for sharing.
I have everything running but I am not receiving any image output on the image topics in RVIZ. I am only running the "tracker.launch" file. Am I doing something wrong, or would this problem be related to the BGR encoding issue mentioned above?
Quoted from: #15
The current implementation I've written does not explicitly handle the encoding of the subscribed topics; it simply passes the images to the track function as a numpy array. However, as per the official Ultralytics documentation, images passed to this function are expected to be in BGR encoding.
Tasks
The text was updated successfully, but these errors were encountered: