yijingru / BBAVectors-Oriented-Object-Detection

[WACV2021] Oriented Object Detection in Aerial Images with Box Boundary-Aware Vectors
MIT License
469 stars 88 forks source link

How to generate HRSC datasets #52

Closed byfate closed 4 years ago

byfate commented 4 years ago

Sorry to bother you, I have a question whether the HRSC datasets just resize to 600600 or 608608,or follow the Dota datasets,using splitdata(1) and slitdata(0) with crop size 600*600,stride 100 ,Thank you

yijingru commented 4 years ago

Since HRSC images are in a smaller size, we don't need to split them. You can check details in 4.1 Datasets in the paper.

byfate commented 4 years ago

OK , I got it. you just resize to 608*608 ,am I right ?hhh

yijingru commented 4 years ago

OK , I got it. you just resize to 608*608 ,am I right ?hhh

right

byfate commented 4 years ago

Thanks for replying

Luiweony commented 3 years ago

@byfate How do you convert the HRSC data set to the format required by the code?Hope to get your reply. Thank you!