Hii everyone !!
I am working on a project which require object-detection, no classification needed as i am detecting a single object.
So for this I used TF object detection API, selected EfficientDet-d0 model and trained it on my custom dataset...
And later found out all of these model (all that i have checked) doesn't support batching which happens to be a necessity for my usecase..
So i have 2 paths from here either to completely change model and train a new one for which i need help from you guys, as if anyone aware of other TF based models which support batching and other paths is to use queues of inputs (obvious way) which i am not soo sure if it increase the inference time or effect the performance of pipeline overall..

