naver / r2d2

Other
461 stars 86 forks source link

Training model with only 1 dataset #48

Open dfvr1994 opened 2 years ago

dfvr1994 commented 2 years ago

Hi,

https://github.com/naver/r2d2#downloading-training-data here says that the folder structure train.py expects is:

image

How can I modify the pipeline to only consume 2 folders? That is only one set of image pairs (each image on one folder).

Thanks