Submitted by [deleted] t3_113o5up in deeplearning
[deleted] OP t1_j8s6viw wrote
Reply to comment by erunim in My Neural Net is stuck, I've run out of ideas by [deleted]
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
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
[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.
Viewing a single comment thread. View all comments