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
Are we okay just converting this transform to nn.Identity by default? This is one thing I dislike about the torchvision RCNN models baking in the transform into the model. I've been screwed over by this in the past as well.
Description
Eg if using a 4 channel dataset, the error will be raised:
This is because GeneralizedRCNNTransform only supports 3 channels. We want to use Kornia for norm instead or disable this behaviour from torchvision
Steps to reproduce
I'm using a proprietary 4 channel dataset
Version
torchgeo==0.7.0
The text was updated successfully, but these errors were encountered: