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
I want to do inference on big dataset of images. tools/infer_simply.py does inference by processing each image sequentially. All I want is to extract bounding boxes and their features. Can someone please guide me on how to do this more efficiently. Is the support already available to run inference on batches rather than doing for each image individually? I am new to the detectron framework. Any help is really appreciated.
The text was updated successfully, but these errors were encountered:
I want to do inference on big dataset of images. tools/infer_simply.py does inference by processing each image sequentially. All I want is to extract bounding boxes and their features. Can someone please guide me on how to do this more efficiently. Is the support already available to run inference on batches rather than doing for each image individually? I am new to the detectron framework. Any help is really appreciated.
The text was updated successfully, but these errors were encountered: