DOLG
Pytorch Implementation of DOLG (ICCV 2021)
File Explorer
Download Latest Version (.zip)- resnet101_delg_8gpu.yaml
- dolg_model.py
- resnet.py
- __init__.py
- benchmark.py
- builders.py
- checkpoint.py
- config.py
- distributed.py
- io.py
- logging.py
- meters.py
- net.py
- optimizer.py
- timer.py
- trainer.py
- landmark
- __init__.py
- commondataset.py
- loader.py
- transforms.py
- infer.py
- process.py
- util.py
- DATA.md
- figure2.pdf
- figure2.png
- orthogo.pdf
- result1.png
- result2.png
- result3.png
- result4.png
- result_overview.png
- roxford_R101_512_crop_test1.pickle
- roxford_R101_512_crop_test3.pickle
- roxford_R101_512_crop_test5.pickle
- roxford_R101_512_test5.pickle
- roxford_R50_512_crop_test5.pickle
- roxford_R50_512_test5.pickle
- rparis_R101_512_crop_test5.pickle
- rparis_R101_512_test5.pickle
- rparis_R50_512_crop_test5.pickle
- rparis_R50_512_test5.pickle
- gnd_roxford5k.pkl
- gnd_rparis6k.pkl
- download.sh
- compute.py
- dataset.py
- example_evaluate.py
- README.md
- run_extractor.sh
- run_train.sh
- init_path.py
- LICENSE
- README.md
- requirements.txt
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/feymanpriv/DOLG
Downloads the entire project code from GitHub to your computer.
cd DOLG
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
