Viewing a single comment thread. View all comments

[deleted] OP t1_j8s6viw wrote

I am not sure what you mean, but if it is normalizing the images and also the box dimensions, plus having them in the right order then yes.

Otherwise maybe not

1

StrasJam t1_j8sgfvm wrote

Think they mean do you apply the same normalization you applied to images during training to the new images you are trying to predict

3

[deleted] OP t1_j8sop7t wrote

Yes, I pad them to make them square and resize to 224 using bilinear algorithm, and /255, then the inverse for predicting.

1