-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
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
Does ScaledYOLOv4 use the same encoding of bounding box coordinates as YOLOv3 #90
Comments
No, the encoding/decoding method is changed in yolov4. reference: AlexeyAB/darknet#3293 AlexeyAB/darknet#6987 (comment) |
Hi, @WongKinYiu |
yes, the formulas are totally same as AlexeyAB/darknet#6987 (comment) |
@WongKinYiu , I am not sure about why there is a factor of 2. Is this factor of 2 would help mitigate the issue of sigmoid's gradiet vanishing? |
So, Is it possible to use the same yolo annotations(.txt) as YOLOv4 darknet in Scaled-Yolov4? |
Hi, guys,

I want to know whether ScaledYOLOv4 uses the same encoding of bounding box coordinates as YOLOv3, like,
Any answer or idea will be appreciated!
The text was updated successfully, but these errors were encountered: