-
Notifications
You must be signed in to change notification settings - Fork 83
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
Comments
@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? |
the setting of batch norm is very very import in detection task,you can refer the setting in my model. |
@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. layer { |
@RuiminChen |
Hi,@RuiminChen ! Have you solved the problem on VGG16? |
@lawpdas yes, my results seems normal now on both resnet50 and VGG16 |
@RuiminChen What should I do with VGG16? Can you give me some suggestions? |
@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. |
@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.. |
@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 |
Could you tell me some details about how to solve the problem? |
Hi, @aresgao @RuiminChen @unsky @lawpdas @haoliyoupai09 , could you tell me if there exist bugs in the code, as in #31 (comment)? Thank you. |
Hi,have you test your results on faster res50 def?
The text was updated successfully, but these errors were encountered: