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'm looking to load paired images with detectron2. I am able to use register_coco_instances to register two datasets and build_detection_train_loader to allow them to be iterable but this would result in a shuffle for the images.
Ideally, I would want a way to load these paired images while shuffling the indexes, is there a way to do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to load paired images with detectron2. I am able to use register_coco_instances to register two datasets and build_detection_train_loader to allow them to be iterable but this would result in a shuffle for the images.
Ideally, I would want a way to load these paired images while shuffling the indexes, is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions