IBN-Net
IBN-Net copied to clipboard
Instance-Batch Normalization Networks (ECCV2018)
Hi @XingangPan thank you for share awesome repo, and one question, i have tried seresnext ibn series, but all of seresnext ibn occur memory leak, when i just replace model...
Hi,i train the ibn-b, but it does not perform better than resnet.
Hello, I was wondering about the crop size for training the IBN-Net on the GTA5 dataset for semantic segmentation. You state in the paper that you first resize the images...
Hello, I used your resnet50 with ibna added, and the performance on the mixed data set is significantly reduced. What is the reason for this? The data set is multiple...
1. The pretrained models you have provided are compressed file, but it cannot be decompressed. And Pytorch can't directly get parameters. 2.def resnet101_ibn_a(pretrained=False, modelpath='./models', **kwargs): """Constructs a ResNet-101 model. Args:...
hi, do you have the senet50 pertained model?
File "/home/gyc/Ranked_Person_ReID-master/modeling/backbones/densenet121_ibn_a.py", line 41, in densenet121_ibn_a **kwargs) File "/home/gyc/Ranked_Person_ReID-master/modeling/backbones/densenet121_ibn_a.py", line 168, in __init__ bn_size=bn_size, growth_rate=growth_rate, drop_rate=drop_rate, ibn=ibn) File "/home/gyc/Ranked_Person_ReID-master/modeling/backbones/densenet121_ibn_a.py", line 117, in __init__ layer = _DenseLayer(num_input_features + i * growth_rate,...
Can you provide some detailed source codes related to this section (i.e., your Fig. 5.)
Hi, do you do experiments in some other networks, such as vgg? or ibn-net is particularly designed for resnet network? thank you