I am trying to implement an object detection algorithm using MobileNet SSD v1 fpn 640×640 using Tensorflow Object Detection API. But my input image is of size 1024×25. But when I run the training scrip it gave the error like ‘input dimensions must be greater than 33’.
I would like to know what are the constraints related to input image size while using Mobilenet SSD and is there any alternate ways to implement the object detection algorithm on my images..
New contributor
mj01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.