yijingru / BBAVectors-Oriented-Object-Detection

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

Create file trainval.txt #59

Open Hoangvi96 opened 3 years ago

Hoangvi96 commented 3 years ago

Hi, I don't know how to create trainval.txt from DOTA and what is the format of trainval.txt? Pls help me, many thanks!

yijingru commented 3 years ago

trainval.txt contains a list of image names (e.g. from trainval dataset) without suffix.

zrx0311 commented 3 years ago

trainval.txt contains a list of image names (e.g. from trainval dataset) without suffix.

May I ask whether you did not divide the training set and verification set, and directly combined them(trainval.txt) for training

yijingru commented 3 years ago

train.txt, val.txt, trainval.txt, test.txt are all generated, I don't think trainval.txt is a problem, you may modify code as you need