Open lim0606 opened 8 years ago
good work @lim0606, have you looked at https://github.com/qassemoquab/stnbhwd implementation ? not exactly the same, but could help you I think
@szagoruyko
Thank you for your kind response.
It seems really helpful! I will look into it.
Best regards,
Jaehyun Lim
Hi, this is Jaehyun Lim
I'm sure this is not a proper post in this issue session. However, I just leave this post for looking for helps.
I am currently working on re-implementing the winning solution of ILSVRC & MSCOCO 2015 competition (http://arxiv.org/abs/1512.04412).
As a part of the work, I made the ROI warping layer described in the paper. (see PR https://github.com/szagoruyko/imagine-nn/pull/37)
Unfortunately, the layer is not complete though. However, I want to share it so that somebody can find the bugs that I couldn't find it until now.......
Note:
The backprop w.r.t delta_rois are a bit off from the nn.Jacobian.forward. I have tried to found what I might miss, but I couldn't find it until now.
I would appreciate if someone helps me find the bugs.
Best regards,
Jaehyun