Wang Zhiyong
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总结的: 
新版本中,mmdet.ops被移到了mmcv.ops,但在mmcv.ops中没有找到FR和FeatureRefineModule,请教!谢谢