Hi!
I'd like to ask if we are allowed to use publicly available ImageNet pre-trained weights for different networks, e.g. this: https://github.com/XingangPan/IBN-Net
Posted by: Anton.S @ July 14, 2020, 12:30 p.m.Yes, you can use all kinds of networks (e.g., ResNet-50, DenseNet.) that are pre-trained on ImageNet.
Posted by: weijian @ July 14, 2020, 1:39 p.m.I wanted to make sure there won't be any problems with that those weights are not pre-trained by me, but are just available on GitHub. Is that ok?
Posted by: Anton.S @ July 14, 2020, 1:50 p.m.You need to make sure the weights are learned on ImageNet only. If you can confirm this, then you could use it.
In addition, if the weights are learning on the other datasets (e.g., Market, Duke), you can't use it.
Posted by: weijian @ July 14, 2020, 2:49 p.m.