szagoruyko / cvpr15deepcompare

Code and models for "Learning to Compare Image Patches via Convolutional Neural Networks"
http://imagine.enpc.fr/~zagoruys/deepcompare.html
Other
468 stars 169 forks source link

train my own dataset? #35

Open sunbin1205 opened 6 years ago

sunbin1205 commented 6 years ago

thanks for your share code! i have a task whoese goal is to detect change building from two image taken in different years.and i'm glade to find that your code maybe is useful for my task. but,there is a trouble now is that i can't understand the dataset formate you used,lead to i can't make my own building dataset feed to the network in order to complete train. so,can you tell me the detail about the dataset? 1.for example, Is it ok to combine multiple small 64*64 images together to form a large image by the most basic stitching method ? 2.TXT file such as info.txt intrest.txt m50_1000_1000_0.txt,how to create and their function? 3.different m50_xx_xxx_x.txt,Are there any special requirements and meanings for naming these files? Looking forward to your reply. It will be of great help to me. Thank you!