yuanqianguang

Results 5 issues of yuanqianguang

Hello. may I ask why the gradient of the sigma prediction branch is stopped to the bbox branch in the program? If it is necessary to stop the gradient of...

Hello, as I reimplement the model, there is a error. I don't know how to solve it. Could you give me some advices? thx 2024-01-24 21:19:05,448 - mmdet.detr_ssod - INFO...

Hi, as I read the code, there is a question I can't understand. [https://github.com/strongwolf/DW/blob/main/dw_head.py#L189](url) why the cls and reg multiple 0.25?

你好,文中关于解码器上的域判别器是使用的D_dec_q和D_dec_k,我的理解应该是使用相同的域判别器D_dec_k,请问文中的设定是有什么特别的含义么? 望回复,谢谢

作者您好: 以下是我遇到的问题,望能得到解答。 def ddim_sample(self, batched_inputs, backbone_feats, images_whwh, images, clip_denoised=True, do_postprocess=True): batch = images_whwh.shape[0] shape = (batch, self.num_proposals, 4) total_timesteps, sampling_timesteps, eta, objective = self.num_timesteps, self.sampling_timesteps, self.ddim_sampling_eta, self.objective # [-1, 0,...