We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you very much for sharing! Is the loss function you use in the network GIoU or CIoU?
The text was updated successfully, but these errors were encountered:
Provided pre-trained weights are trained by GIoU. CIoU will get a little bit higher AP.
Sorry, something went wrong.
Does it need to modify any additional parameters to use CIOU like 'iou_t' in train.py?
just change GIoU=Ture to CIoU=True. https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/master/utils/utils.py#L410
Thank you!
No branches or pull requests
Thank you very much for sharing!
Is the loss function you use in the network GIoU or CIoU?
The text was updated successfully, but these errors were encountered: