PruneTruong / DenseMatching

Dense matching library based on PyTorch
GNU Lesser General Public License v2.1
689 stars 81 forks source link

about MegaDepth #21

Closed menghuaa closed 2 years ago

menghuaa commented 2 years ago

Hi,how much memory storage is required for the dataset MegaDepth? How much memory is required for training the WarpC model on the dataset MegaDepth?

PruneTruong commented 2 years ago

Hi, sorry for the delay. If you want to store all MegaDepth annotations in memory, then it takes about 50G. But otherwise, you can load the necessary annotations at each iteration instead, which is much cheaper memory wise.