-
Notifications
You must be signed in to change notification settings - Fork 566
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
Oriented RepPoints DOTA-v2.0 CUDA illegal memory access #412
Comments
The same issue as #405 |
A successful solution: set smaller
|
@yangxue0827 That change did not solve the issue for me as mentioned in #405 (comment) |
This is not same as https://github.com/open-mmlab/mmrotate/issues/405#issuecomment-1215944571. RepPoints may crash in both sampling and calculating min_area_polygons. None of them is solved for me after all cuda related changes in this repo untill now. |
I've met the same problem...Any progress now? |
I've met the same problem...Have you solved the problem now? |
I've met the same problem,This problem sometimes occurs during the training and testing stages, but sometimes it can be successfully trained。Have you solved the problem now? |
|
|
This question is the same as the issue 405。 Another point is that this problem sometimes occurs, and sometimes it can be successfully trained for several epochs |
|
@pphgood At least it didn't crash...If you want to speedup, try to fix cuda op min_area_rect. I believe the bug lies in this op |
|
@yangxue0827 I believe the bug lies in the cuda op min_area_rect, FYI |
|
Describe the bug
After training runs successfully for a few thousand iterations I get a CUDA illegal memory access error
Reproduction
Just modified to use DOTA v2.0 instead of v1.0
DOTA v2.0
Environment
Error traceback
The text was updated successfully, but these errors were encountered: