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

multiple object #17

Open suninkim opened 4 years ago

suninkim commented 4 years ago

Thank you for nice code!

However, I want to detect multiple objects and their angle using one network. I found that the label is set as 1 as default.

How do I change the code to learn multiple objects?