Open ZhangYushan3 opened 2 years ago
Hi,
You released the pretrained model for ResNet-38 for SEAM. But I only found the ResNet-50 backbone in net/. So how can I run the ResNet-38 for SEAM model?
Best Yushan
Sorry for the late reply. As we mentioned, we only provide the IRN augmentation code. You can use the same modifications for SEAM and AffinityNet. The model weights are given below. Therefore, you can download our released pre-trained ResNet-38 weight and use this code: https://github.com/YudeWang/SEAM and apply the weight for seam model.
Hi,
You released the pretrained model for ResNet-38 for SEAM. But I only found the ResNet-50 backbone in net/. So how can I run the ResNet-38 for SEAM model?
Best Yushan