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
By default, 640x640 image resolution is set in training pipeline for RTMDet instance segmentation models.
When trying to modify this with other values, it appears values like (1280x720) trigger error in model forward pass. (1280x1280) works though.
Is there an easy solution to make mode work with (1280x720)?
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
-
By default, 640x640 image resolution is set in training pipeline for RTMDet instance segmentation models.
When trying to modify this with other values, it appears values like (1280x720) trigger error in model forward pass. (1280x1280) works though.
Is there an easy solution to make mode work with (1280x720)?
Beta Was this translation helpful? Give feedback.
All reactions