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
Block/module for flexible augmentation. This should be performant and flexible with respect to the specific augmentations so we can add more in the future.
Implement backend(s)
Explore using Kornia if possible to accelerate operations on GPU
Implement frame-level augmentation to start for generality
If possible, try to keep it general enough to handle both single frame and multi-frame by operating on batches (where single-frame is special case of batch size = 1). This will make it easier to generalize to multi-frame pipelines later.
The text was updated successfully, but these errors were encountered:
Block/module for flexible augmentation. This should be performant and flexible with respect to the specific augmentations so we can add more in the future.
Notes:
The text was updated successfully, but these errors were encountered: