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

Order of Image channels #3

Open
garfield-cpp opened this issue Aug 30, 2024 · 0 comments
Open

Order of Image channels #3

garfield-cpp opened this issue Aug 30, 2024 · 0 comments

Comments

@garfield-cpp
Copy link

I noticed that in the function 'get_kradar_image_info' of file 'tools/kradar/kradar_data_utils.py'. When loading images, the order of image channels was altered by "mono_img = cv2.imread(img_path)[:,:1280,[2,1,0]].copy()". I have no idea why it was changed in this way since the resulting image is wrong in channel. Is it related to the pretrained weights of image backbone?

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

No branches or pull requests

1 participant