You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image got with self.to_rgb = True is actually ugly BGR format!!!
It attempts to perform a BGR2RGB conversion on an RGB image!!!
# img is PIL.Image, the default mode is RGB# This will make an ugly image if self.to_rgb = True.img=mmcv.imnormalize(np.array(img), self.img_mean,
self.img_std, self.to_rgb)
The image got with self.to_rgb = True is actually ugly BGR format!!!
It attempts to perform a BGR2RGB conversion on an RGB image!!!
BEVDepth/bevdepth/datasets/nusc_det_dataset.py
Line 498 in d78c7b5
The text was updated successfully, but these errors were encountered: