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
{{ message }}
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
Hi, I am new to retinanet and wanted to ask for some advice on batching. I understand that csv_eval.py passes a single image into the model at each time, which makes testing slow. Is it possible to modify the code such that a batch of images are passed into the model at the same time, or is that not possible because of how the model works?
The text was updated successfully, but these errors were encountered:
Hi, I am new to retinanet and wanted to ask for some advice on batching. I understand that csv_eval.py passes a single image into the model at each time, which makes testing slow. Is it possible to modify the code such that a batch of images are passed into the model at the same time, or is that not possible because of how the model works?
The text was updated successfully, but these errors were encountered: