RealSH
Official PyTorch implementation for "Supervised Homography Learning with Realistic Dataset Generation"
File Explorer
- __init__.py
- manager.py
- utils.py
- __init__.py
- data_loader.py
- homo_sampling.py
- pre_processing.py
- pretrain_mode.py
- random_homo.py
- params.json
- Pipeline.jpg
- test.txt
- train.txt
- __init__.py
- losses.py
- __init__.cpython-37.pyc
- __init__.cpython-38.pyc
- functional.cpython-37.pyc
- functional.cpython-38.pyc
- grl.cpython-37.pyc
- grl.cpython-38.pyc
- __init__.py
- functional.py
- grl.py
- aspp.cpython-37.pyc
- aspp.cpython-38.pyc
- aspp.py
- __init__.py
- net.py
- utils.py
- __init__.py
- flow_and_mapping_operations.py
- homography_parameters_sampling.py
- model_constructor.py
- pixel_wise_mapping.py
- DLT.py
- evaluate.py
- README.md
- requirements.txt
- train.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
