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
In the __getitem__() function in lib/dataset/AutoDriveDataset.py, we read an image and then convert from BGR to RGB. This image is then passed to augment_hsv() in lib/utils/augmentations.py file. Here, we convert from BGR to HSV and then HSV to BGR, but the input to the function is in RGB format.
The text was updated successfully, but these errors were encountered:
In the __getitem__() function in lib/dataset/AutoDriveDataset.py, we read an image and then convert from BGR to RGB. This image is then passed to augment_hsv() in lib/utils/augmentations.py file. Here, we convert from BGR to HSV and then HSV to BGR, but the input to the function is in RGB format.
The text was updated successfully, but these errors were encountered: