shoutOutYangJie

Results 38 issues of shoutOutYangJie

By the way, where do you broadcast your repo?

I tried it, but failed. Is it possible if I run DCNV2 on windows?

![image](https://user-images.githubusercontent.com/46734514/179354515-ff1e48e3-8110-4706-9295-0b593af3f9a3.png)

Thank you. The code and training code can be found here. https://github.com/shoutOutYangJie/Morph-UGATIT

i notice your code only saves net.parameters() but excludes arcmargin.state_dict. or i ignore it?

I am looking for a ReID demo. thanks for open source. I found you didn't release pretrained model. So if convenient, please upload these pretrained wegiths . thank you

here, I don't understand this paragraph. ``` if self.norm_reg_targets: margin_x = (bbox_pred * self.fpn_strides[l] / scale_size) else: margin_x = bbox_pred / scale_size ``` what is the reason why bbox_pred divide...

![image](https://user-images.githubusercontent.com/46734514/192190750-093afe85-c5e8-4265-ae58-ef0f97ef1987.png) the error happened when I click "Export job dataset" and "ok" button.

need info

` o1, o2, o3, o4, o5 = s1.detach(), s2.detach(), s3.detach(), s4.detach(), s5.detach() o11, o21, o31, o41, o51 = s11.detach(), s21.detach(), s31.detach(), s41.detach(), s51.detach()`\ why do you use detach here? you...