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

Visualizer always converts images from RGB to BGR format #415

Closed
ORippler opened this issue Jul 8, 2022 · 0 comments · Fixed by #417
Closed

Visualizer always converts images from RGB to BGR format #415

ORippler opened this issue Jul 8, 2022 · 0 comments · Fixed by #417

Comments

@ORippler
Copy link
Contributor

ORippler commented Jul 8, 2022

Describe the bug

  • A clear and concise description of what the bug is.

Visualizer class always converts images from RGB to BGR format, despite the fact that both tensorboard and wandb expect RGB format for the images.

To Reproduce
Steps to reproduce the behavior:

Run

python tools/train.py

with logging to either tensorboard or wandb enabled, inspect the logged images in either tenosrboard or wandb.

Expected behavior

  • A clear and concise description of what you expected to happen.

Image-format conversion from RGB to BGR is applied only for cv2-related operations, i.e. Visualizer.show and Visualizer.save

Screenshots

  • If applicable, add screenshots to help explain your problem.

Hardware and Software Configuration

  • OS: [Ubuntu, OD]
  • NVIDIA Driver Version [470.57.02]
  • CUDA Version [e.g. 11.4]
  • CUDNN Version [e.g. v11.4.120]
  • OpenVINO Version [Optional e.g. v2021.4.2]

Additional context

  • Add any other context about the problem here.
@ORippler ORippler mentioned this issue Jul 8, 2022
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant