du-atavi

Results 1 comments of du-atavi

Encountered the same issue and I finally fixed it by adding `target_scores = torch.clamp(target_scores, min=0, max=1)` after line 81 in `yolov6/assigners/tal_assigner.py`. Took me a while to figure it out, but...