Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[noetic-devel] support multiple encoding #29

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

Alpaca-zip
Copy link
Owner

@Alpaca-zip Alpaca-zip commented Sep 8, 2023

  • Fixed using imgmsg_to_cv2() to pass the image in bgr8 encoding to the track function.
    (related issue: Ensure BGR Encoding Compliance for Images Passed to track Function #16 )
    The following encodings should be converted to bgr8 encoding and passed correctly to the track function.

    • mono8: CV_8UC1, grayscale image
    • mono16: CV_16UC1, 16-bit grayscale image
    • bgr8: CV_8UC3, color image with blue-green-red color order
    • rgb8: CV_8UC3, color image with red-green-blue color order
    • bgra8: CV_8UC4, BGR color image with an alpha channel
    • rgba8: CV_8UC4, RGB color image with an alpha channel
  • Changes to the appearance of the README. In particular, added a description of support for YOLOv8, YOLOv8-seg, and YOLOv8-pose.

@Alpaca-zip Alpaca-zip added the enhancement New feature or request label Sep 8, 2023
@Alpaca-zip Alpaca-zip self-assigned this Sep 8, 2023
@Alpaca-zip Alpaca-zip changed the title Feature/multiple encoding [noetic-devel] support multiple encoding Sep 8, 2023
@Alpaca-zip Alpaca-zip merged commit b935930 into noetic-devel Sep 8, 2023
@Alpaca-zip Alpaca-zip deleted the feature/multiple_encoding branch September 8, 2023 18:08
@Alpaca-zip Alpaca-zip mentioned this pull request Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant