-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageNet pretrained Aligned Xception model #8
Comments
Hi, |
@Gaoyiminggithub It seems that link is not trained on COCO. I am wondering whether could you share the checkpoints of the Aligned Xception (instead of Xception) trained on COCO. |
@PkuRainBow |
@Gaoyiminggithub Thanks for your quick reply, could you provide me the pytorch version or we can load the weights of the tensorflow models (in the Figure as below) directly? |
@PkuRainBow |
@Gaoyiminggithub Thanks for your help. I am wondering if you could share with me the mentioned COCO trained model. |
@Gaoyiminggithub Thanks~ |
@Gaoyiminggithub Why do you comment the BN operation during the "Exit flow" as below?
|
@PkuRainBow because I put the BN operation in self.conv3/4/5. |
@Gaoyiminggithub Got it~ Besides, it would be great if you could share with me the converted Pytorch model based on the official ImageNet based tensorflow models. Besides, I want to check with you that the data normalization is simply to convert all the values to be in the range [-1, 1]? Thanks a lot! |
Thanks for sharing the repo.
I notice that another repo mentions that there exist no ImageNet pre-trained Aligned Xception model, and the performance is worse than the ResNet-101.
In other words, I mean that the model below is not the Aligned Xception trained on ImageNet~
I am wondering whether you have trained the Aligned Xception model on the ImageNet. It would be great if you could share the models~
Besides, I am also wondering if the Imagnet pre-trained Aligned Xception model performs better than modified ResNet-101.
The text was updated successfully, but these errors were encountered: