superaha

Results 5 issues of superaha

I try to implement the NMS-free version of YOLOX, as reported in the paper, NMS free only do little harm to the mAP performance. My current implementation changes the `self.dynamic_k_matching`...

Hi there, As discussed here: [apex vs torch.cuda.amp](https://discuss.pytorch.org/t/torch-cuda-amp-vs-nvidia-apex/74994). Apex is not encouraged to use anymore. I have implemented an version, which replaces apex with torch.cuda.amp. However, after 300 epochs, the...

enhancement

Hi there, Thank you for sharing the repo. In **Table 3**, the results of YOUTUBE-VIS 2019 are reported using both models with and without the COCO pretraining. How about **Table...

Hi there, It seems the bar_mu computation is different. Should be multiplying a "-1". (below Eqn (5), bar_mu = (gt - mu_pred) / sigma. As shown here: https://github.com/Jeff-sjtu/res-loglikelihood-regression/blob/203dc3195ee5a11ed6f47c066ffdb83247511359/rlepose/models/regression_nf.py#L134 This does...

**Describe the bug** Zero3 and zero2 grad_norm are totally not in the same scale, which eventually leads to the crash of zero2's loss. **Expected behavior** Zero2 should have the same...

bug
training