Skip to content
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

Results on faster res50 def. #11

Open
ZhihuaGao opened this issue Dec 26, 2017 · 12 comments
Open

Results on faster res50 def. #11

ZhihuaGao opened this issue Dec 26, 2017 · 12 comments

Comments

@ZhihuaGao
Copy link

Hi,have you test your results on faster res50 def?

@rog93
Copy link

rog93 commented Dec 29, 2017

@unsky Hi, thanks for your work. I have tried training ResNet50 deformable Fast RCNN end2end model on WIDER FACE DataSet, the loss seemed normally converge, but I got nothing when I test my model. Moreover, I have tried training deformable VGG16 on Imagenet, the loss could not even converge. Do you have any idea about this?
Best

2017-12-29 18 33 22
2017-12-29 18 33 05

@unsky
Copy link
Owner

unsky commented Dec 29, 2017

the setting of batch norm is very very import in detection task,you can refer the setting in my model.
ps:i think there have mang bugs in your test

@rog93
Copy link

rog93 commented Dec 29, 2017

@unsky I don't think I have many bugs in my test, here is my results using your res50 faster rcnn config but replace deformable convolution by normal convolution, trained on WIDER FACE with 120000 iterations.
2017-12-29 20 14 37
And all my BatchNorm config in training is like below:
layer {
bottom: "res3a_branch1"
top: "res3a_branch1"
name: "bn3a_branch1"
type: "BatchNorm"
batch_norm_param {
use_global_stats: true
}
param {
lr_mult: 0.0
decay_mult: 0.0
}
param {
lr_mult: 0.0
decay_mult: 0.0
}
param {
lr_mult: 0.0
decay_mult: 0.0
}
}

layer {
bottom: "res3a_branch1"
top: "res3a_branch1"
name: "scale3a_branch1"
type: "Scale"
scale_param {
bias_term: true
}
}
Can you share your deformable resnet50 faster rcnn trained model on PASCAL VOC to help me check my mistakes?
Thank you

@unsky
Copy link
Owner

unsky commented Dec 29, 2017

@lawpdas
Copy link

lawpdas commented Jan 19, 2018

Hi,@RuiminChen ! Have you solved the problem on VGG16?

@rog93
Copy link

rog93 commented Feb 2, 2018

@lawpdas yes, my results seems normal now on both resnet50 and VGG16

@lawpdas
Copy link

lawpdas commented Feb 4, 2018

@RuiminChen What should I do with VGG16? Can you give me some suggestions?
Thanks!

@haoliyoupai09
Copy link

@RuiminChen Could you tell me whether transferring the deformable convolutional network to the VGG 16 network works or not? I'm planing to apply the deformable convolutional network to the visual tracking field and quite curious about the effect of it.
Looking forward to your reply!

@zhanglonghao1992
Copy link

@RuiminChen Hi ~ I have trained a classification network using deformable ResNet50 and the loss could converge. But when i viewed the offset the model have learned, I found it was very big. It seems like the network dosn't even use these deformable conv layer because the offsets are out of the image boundary..
How do you train the vgg net for ImageNet cls task?

@rog93
Copy link

rog93 commented Dec 17, 2018

@zhanglonghao1992 You may check DCNV2 here https://github.com/msracver/Deformable-ConvNets, They have already solved a possible issue when the sampling location is outside of image boundary

@Jokercy
Copy link

Jokercy commented Dec 26, 2018

@unsky I don't think I have many bugs in my test, here is my results using your res50 faster rcnn config but replace deformable convolution by normal convolution, trained on WIDER FACE with 120000 iterations.
2017-12-29 20 14 37
And all my BatchNorm config in training is like below:
layer {
bottom: "res3a_branch1"
top: "res3a_branch1"
name: "bn3a_branch1"
type: "BatchNorm"
batch_norm_param {
use_global_stats: true
}
param {
lr_mult: 0.0
decay_mult: 0.0
}
param {
lr_mult: 0.0
decay_mult: 0.0
}
param {
lr_mult: 0.0
decay_mult: 0.0
}
}

layer {
bottom: "res3a_branch1"
top: "res3a_branch1"
name: "scale3a_branch1"
type: "Scale"
scale_param {
bias_term: true
}
}
Can you share your deformable resnet50 faster rcnn trained model on PASCAL VOC to help me check my mistakes?
Thank you

Could you tell me some details about how to solve the problem?

@niuchuangnn
Copy link

Hi, @aresgao @RuiminChen @unsky @lawpdas @haoliyoupai09 , could you tell me if there exist bugs in the code, as in #31 (comment)? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants