thestars-maker

Results 5 comments of thestars-maker

非常感谢您的回复 mmcv是1.4.0, lr代码中默认是0.01,请问是修改为0.001还是0.01/8,warnup是指将r50_caffe_mslonger_tricks_0.Xdata.py中的warnup_iters x 8嘛 还是 lr_config = dict( policy='step', warmup='linear', warmup_iters=500, warmup_ratio=1.0 / 3,) 这段代码需要如何修改呢?

请问如何保存去噪之后的图片啊,有大佬可以分享一下吗

Sorry, I thought the third-party dependency was something like an open source framework or something,like detectron2,which would be more troublesome to install

@Beckschen @andife Hello , I also need your Processed data ,thank you very much ! my email [[email protected]]

def forward(self, x): w1, b1 = self.conv1_1.get_weight() w2, b2 = self.conv1_2.get_weight() w3, b3 = self.conv1_3.get_weight() w4, b4 = self.conv1_4.get_weight() w5, b5 = self.conv1_5.weight, self.conv1_5.bias w = w1 + w2 +...