Closed rlaehddls9 closed 2 years ago
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs";
As the issue template mentions:
If you expect a model to converge / work better, we do not help with such issues, unless a model fails to reproduce the results in detectron2 model zoo, or proves existence of bugs.
Hello, I am running rotated faster rcnn with detectron2 in radar dataset called radiate. radiate: https://github.com/marcelsheeny/radiate_sdk And I used this code.
When inference is made based on the learning result (AP50: 23), a bounding box offset like the image below occurs.
https://user-images.githubusercontent.com/79086973/148164572-5c36a1b6-bca5-4de2-81a6-b0fd0dad8b87.mp4
Above video is inference of rotated faster rcnn (AP50 : 23 model).
Also I confirmed that the label of the dataset itself was well done. When running rotated rcnn on detectron2 code, is the offset reflected? How can I fix the offset problem?
Please advise on how to solve the problem.
Environment: