Question 10
Consider the following image preprocessing pipeline:
Which of the following statements is correct about the above preprocessing pipeline?
Steps A, B, and C add randomness to training images, helping the model generalize better.
The Normalize step should be placed before converting the image to a tensor for correct scaling.
Data Augmentation should be added in test pipeline otherwise the code won't work.
The ColorJitter operation is applied after normalization, so pixel values stay between 0 and 1.