I have my vehicle training dataset, but in real situation the vehicles are subjected to different intensity of light , how can I simulate or remove the effect of light?
You can use illumination normalization techniques such as histogram equalization,adaptive histogram equalization,Log transformations, homomorphic filter,contrast stretching,Retinex filter,...etc
Try considering HSV or similar color models, Value depends on the lightning conditions, Saturation - is less dependant on the lightning but Hue never changes (unless You get totally underexposure or overexposure)