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
Apache License 2.0
47 stars 21 forks source link

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

Open tjmannn opened 3 years ago

tjmannn commented 3 years ago

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.