Kin-Yiu, Wong

Results 598 comments of Kin-Yiu, Wong

Do your GPUs have tensor cores, if not, you have to set half to False to get correct results.

For AUC, you may need check if the precision and recall calculation are same or not. Usually, there are two kind of calculation, which are continuous and interpolation. Different calculation...

train_aux.py should use cfg/training/*.yaml.

Please use yolov7-d6_training.pt instead.

https://github.com/WongKinYiu/yolov7#transfer-learning

Could it run well on [u5 branch](https://github.com/WongKinYiu/yolov7/tree/u5)?

It mainly because we use [iou as target of objectness](https://github.com/WongKinYiu/yolov7/blob/main/utils/loss.py#L610), you could reduce self.gr to avoid this issue. By the way, my testing result of yolov7 is as below. ![image](https://user-images.githubusercontent.com/12152972/182996722-b91c4e01-308e-4695-8ea1-5b096fd1a4a7.png)

Yes, to handle this case, the model need to be retrain by above mentioned suggestion.

No, self.gr is set in [train.py](https://github.com/WongKinYiu/yolov7/blob/main/train.py#L288).