Paperspace/DataAugmentationForObjectDetection

RandomHSV function

Opened this issue · 0 comments

I ran jypyter demo of the project, when i want to change the brightness channel, but i can't get the correct result.
The RandomHSV() function use img += hsv (RGB channel += hsv) to get the result, but is that correct? Should convert the img from RGB channel to HSV channel first, and then use img += hsv?