Huiyiqianli

Results 2 issues of Huiyiqianli

你好,我在单目标跟踪中发现回归分支收敛很慢,且模型的精度很差,DFL基本在0.9左右,epoch调整到50后,DFL能到0.75,但是精度和epoch为20时候差不多,并且在测试阶段,平均的IOU很低,我想指导在检测上DFL以及GIOU loss大概能到多少

https://github.com/tongtybj/TrTr/blob/master/datasets/augmentation.py Is line 174 wrong? what is returned on the code is bbox. Shouldn't it be mask? `def _flip_aug(self, image, bbox, mask):` `image = cv2.flip(image, 1)` `width = image.shape[1]` `bbox...