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
Have added support for all but HRNet,
HRNet is proving to be a pain, the repo is available with a model. But no support on hub or segmentation models so manual download is required. Not necessary for now but still worth investigating.
Might need to change the input_tensor shape or not use segmentation_models as currently getting RuntimeError:
concat_features = torch.cat([aspp_features, high_res_features], dim=1)
RuntimeError: Sizes of tensors must match except in dimension 3. Got 213 and 216 (The offending index is 0)
Support for the following ConvNets to compare the performance of each in various tasks:
The text was updated successfully, but these errors were encountered: