readme
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
requirements.txt
0 → 100644
| opencv_python==4.4.0.46 | ||
| albumentations==0.5.1 --no-binary=imgaug,albumentations | ||
| ray>=1.0.1 | ||
| einops==0.3.0 | ||
| kornia==0.4.1 | ||
| loguru==0.5.3 | ||
| yacs>=0.1.8 | ||
| tqdm | ||
| autopep8 | ||
| pylint | ||
| ipython | ||
| jupyterlab | ||
| matplotlib | ||
| h5py==3.1.0 | ||
| pytorch-lightning==1.3.5 | ||
| torchmetrics==0.6.0 # version problem: https://github.com/NVIDIA/DeepLearningExamples/issues/1113#issuecomment-1102969461 | ||
| joblib>=1.0.1 |
src/__init__.py
0 → 100644
src/config/default.py
0 → 100644
src/datasets/megadepth.py
0 → 100644
src/datasets/sampler.py
0 → 100644
src/datasets/scannet.py
0 → 100644
src/lightning/data.py
0 → 100644
src/loftr/__init__.py
0 → 100644
Please register or sign in to comment