x-ytong / DPA

MIT License
38 stars 11 forks source link

train.txt and val.txt #3

Open simonep1052 opened 1 year ago

simonep1052 commented 1 year ago

Hello,

Could you provide an example of the contents of the train.txt and val.txt files?

Thank you.

x-ytong commented 1 year ago

Hello,

Here is a example of train.txt: 4_4_8 64_6_9 39_5_7 23_8_9 82_6_6 ... ... ...

Each line is the filename of a randomly cropped patch (the file format is .tif). My naming scheme is that the first number is the satellite image sequence, the second number is the row sequence of the patch, and the third number is the column sequence of the patch. Of course you can choose any convenient naming scheme when you make the patch files.

simonep1052 commented 1 year ago

Thank you very much for the reply.