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

Fixed channel order RGB bug in the inference Code #11624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 9, 2024

  1. Update MMDet_InstanceSeg_Tutorial.ipynb to Fix channel order bug

    The inference section of the tutorial jupyter notebook takes the input image as RGB. This has effect on the performance of the detector as the detector is trained with BGR format. This effect is not apparent in the provided ballon dataset but can have a huge impact depending on the dataset.
    SarmadNR authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d29a9ff View commit details
    Browse the repository at this point in the history