Wang Zhiyong

Results 7 issues of Wang Zhiyong

I have a big dataset,how to partial fit? thanks!

您好,非常感谢您提供的目标检测CAM思路!代码中有两处疑问向您请教。 grad_cam.py: 1. weight = np.mean(gradient, axis=(1, 2)) # [C] 这里为什么要取平均? 2.feature = self.feature[0].cpu().data.numpy() # [C,H,W] 为什么选用feature[0]而不是feature[proposal_idx] 谢谢!!!

您好,在根据您faster rnn例子做retinanet CAM,初学理解不到位,能否麻烦您简单指导下思路,不胜感激![email protected] 这是我阅读detectron2 retinanet总结的: ![retinanet_read_code](https://user-images.githubusercontent.com/36832126/80602054-3a222b00-8a61-11ea-8040-00a8a9f68304.png)

新版本中,mmdet.ops被移到了mmcv.ops,但在mmcv.ops中没有找到FR和FeatureRefineModule,请教!谢谢