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
Hello, I'm trying to use the CopyPaste data augmentation. I'm able to get it working by wrapping one of my many train datasets in the MultiImageMixDataset wrapper. I'd like to use it on all of my training datasets, which I aggregate using ConcatDataset. However, I get this error:
assert 'mix_results' in results
AssertionError
This is the same error that arises when you don't wrap a dataset in MultiImageMixDataset but attempt to use CopyPaste, MixUp, Mosaic, or another augmentation that's dependent on the 'mix_results' field, which MultiImageMixDataset injects.
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
-
Hello, I'm trying to use the CopyPaste data augmentation. I'm able to get it working by wrapping one of my many train datasets in the MultiImageMixDataset wrapper. I'd like to use it on all of my training datasets, which I aggregate using ConcatDataset. However, I get this error:
This is the same error that arises when you don't wrap a dataset in MultiImageMixDataset but attempt to use CopyPaste, MixUp, Mosaic, or another augmentation that's dependent on the 'mix_results' field, which MultiImageMixDataset injects.
Beta Was this translation helpful? Give feedback.
All reactions