According to the USV-based Embedded Obstacle Segmentation challenge guidelines,the input format of the model is specified as:
- A single RGB image (scaled to [0-1] range before normalization) normalized by ImageNet mean and standard deviation:
- mean = [0.485, 0.456, 0.406]
- std = [0.229, 0.224, 0.225]
- Input shape of the exported model must be 1x3x384x768 (N, C, H, W), while it can be arbitrary during the training.
Does the normalization has to be mean = [0.485, 0.456, 0.406]
std = [0.229, 0.224, 0.225] for the mean and std values or is that just an example?
Best regards,
Mateus Raitz.