baiyancheng20
baiyancheng20
I also met with this problem. I checked the code [15](https://github.com/roytseng-tw/Detectron.pytorch/blob/master/lib/utils/detectron_weight_helper.py) **src_blobs = src_blobs['blobs']**, there is no key 'fpn_inner_res5_2_sum_w' in the dict src_blobs.
@twtygqyy Hi, Thank you for sharing your code. I want to know why you convert RGB images into YCbCr colour space and only use the Y channel information. How about...
How did you install mxnet? I installed it according to http://mxnet.io/, but the code didn't work.
@szq0214 Could you add the shake_shake_main.py file? Thank you.
Great results. When will you release the prototxt file for imagenet?
@liuzhuang13 Thank you for sharing the code. Densenet is a very interesting work. I will try to use the code for Cifar to train on Imagenet Dataset. Thanks a lot.
@liuwei16 @VideoObjectSearch Could you update the original code for the following functions? from .utils.cython_bbox import bbox_overlaps from .utils.bbox import box_op The compiled code didn't work because different version of tensorflow....
@lw396285v Because CSP use a large batchsize, updating BN can improve the performance in SNIPER: Efficient Multi-Scale Training.
> > @lw396285v Because CSP use a large batchsize, updating BN can improve the performance in SNIPER: Efficient Multi-Scale Training. > > Thanks for the reply. But you may make...
> I got the same problem. I also can not reproduce the 0.173 abs_rel. I tried several times but the value is between 0.20 and 0.21. Can you guys check...