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
This function isn't looping through all the images. It stops once it finds an image with a width greater than 128 pixels. The reasoning behind this is that longer images help ensure more stable performance, as mentioned in Section I of our paper.
One-DM/data_loader/loader.py
Lines 203 to 217 in bc705c0
Why is this function looping all the images instead of just picking one? It slows down the inference by quite a lot.
The text was updated successfully, but these errors were encountered: