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

Bbox #699

Merged
merged 4 commits into from
May 31, 2023
Merged

Bbox #699

merged 4 commits into from
May 31, 2023

Commits on May 31, 2023

  1. feat(labelboundingbox): draw a bounding box around the label image

    Provide a toggle for drawing the bounds of the label image. Useful for understanding where a label
    image may be in space, especially if direction or origin are incorrect.
    bnmajor committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0fdbb80 View commit details
    Browse the repository at this point in the history
  2. fix(createlayerinterface): overwrite layer entry when label image is …

    …reset
    
    When a label image was set the old label image was replaced but a new layer entry was still being
    created. This implied all label images were available but that is not the case. If the label image
    is changed the label image layer is simply updated now.
    bnmajor committed May 31, 2023
    Configuration menu
    Copy the full SHA
    26068e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be6cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35c854f View commit details
    Browse the repository at this point in the history