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

Fix visualization #417

Merged
merged 3 commits into from
Jul 8, 2022
Merged

Fix visualization #417

merged 3 commits into from
Jul 8, 2022

Commits on Jul 8, 2022

  1. Fix scaling of gt_masks in ImageResult

    Scaling of `gt_mask` checked `pred_mask` and thus never triggered
    ORippler committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    dc57b25 View commit details
    Browse the repository at this point in the history
  2. Convert images from RGB to BGR only for cv2 ops

    Tensorboard and wandb expect images in RGB format, and therefore would
    display "faulty" images otherwise
    ORippler committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    db62d7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274f8d5 View commit details
    Browse the repository at this point in the history