I would like to train an Object detector using Mobilenet SSD Model on a custom dataset.
Looking at the config file of Mobilenet, there is a block called image_resizer{} which I think the default is 300x300, but my available images is in 224x224.
Is it okay for me to carry on the training without altering the config file or do I really need to change it to 224x224 to match my images?
Found the config file here.