You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @chptx, We are cropping the image in predict.py because we expect the images supplied while training to be cropped. Since the most useful information for predicting the direction to move in would be in the lower half of the image, we expect the lower half of the image to be supplied as the training data. We chose not to do the cropping of the image programatically in case anyone wanted to use the complete image data. I do see that this crucial aspect is not very clear in the README as it is in the blog post and will be updating it to reflect the same.
in
predict.py
, image stream is cropped before prediction.but in
train.py
, it not do the same step inload_images_to_array
, is this a bug?The text was updated successfully, but these errors were encountered: