-
Notifications
You must be signed in to change notification settings - Fork 62
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
confused about the format of your labeled datasets CEPDOF #8
Comments
@duanzhiihao |
To be explicit, a rotated bounding box is described by
|
@duanzhiihao
|
The format of the training log does seem unusual. Did you use the latest version of this repository? Or did you modify the following line? Line 309 in 0a9440f
However, the numbers look fine to me. Can you try to test and visualize the trained model on some CEPDOF images and check the results? |
@duanzhiihao |
@duanzhiihao
|
Unfortunately, I can't find my training log. To me, the loss numbers that you showed look reasonable. I guess you think the loss should be around 0, but it's not the case here. For example, although Line 113 in 0a9440f
I mean, you can wait for some time, and test on CEPDOF images using your trained model. If the detection results look reasonable, then you are fine. The learning rate is small at the beginning of the training, and it's increasing over time. You can modify the code here if you prefer a larger learning rate. Line 153 in 0a9440f
Line 218 in 0a9440f
|
@duanzhiihao |
You are welcome! Please tell me if you have other questions. |
@duanzhiihao
|
According to facebookresearch/maskrcnn-benchmark#658 (comment), it's because the learning rate is too large. |
@duanzhiihao |
@duanzhiihao |
why the angle is 60? why not -60? |
the gt bounding-box format cx, cy, w, h angle, all of the five values are the rotated images corresponding parameters?
![11](https://user-images.githubusercontent.com/33689425/92991497-b8660200-f516-11ea-800c-37a1bbb06546.jpg)
and the angle is definition is the follow:
The text was updated successfully, but these errors were encountered: