diff --git a/docs/TRAINING.md b/docs/TRAINING.md index 6beddd8..6ceac7d 100644 --- a/docs/TRAINING.md +++ b/docs/TRAINING.md @@ -38,7 +38,9 @@ ln -s /path/to/scannet_indices/* /path/to/LoFTR/data/scannet/index # megadepth # -- # train and test dataset (train and test share the same dataset) ln -s /path/to/megadepth/Undistorted_SfM /path/to/LoFTR/data/megadepth/train +ln -s /path/to/megadepth/phoenix /path/to/LoFTR/data/megadepth/train ln -s /path/to/megadepth/Undistorted_SfM /path/to/LoFTR/data/megadepth/test +ln -s /path/to/megadepth/phoenix /path/to/LoFTR/data/megadepth/test # -- # dataset indices ln -s /path/to/megadepth_indices/* /path/to/LoFTR/data/megadepth/index ```