ZongxuPan / DrBox-v2-tensorflow

The tensorflow implementation of DrBox-v2 which is an improved detector with rotatable boxes for target detection in remote sensing images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How is your training time? It seems time costs too much

tjmannn opened this issue · comments

I embedded the anchor-groundtruth matching code (MatchRBox) in my own code, it seems like every groundtruth instance cost 1.5s to calculate all the anchors ArIoU, are you guys the same? I got nearly 1000,000 instance among all the training images, so training seems to be impossible.