URoPE
Universal Relative Position Embedding across Geometric Spaces
File Explorer
- evaluation_index_re10k.json
- evaluation_index_re10k_context1.json
- evaluation_index_re10k_context16.json
- evaluation_index_re10k_context2.json
- evaluation_index_re10k_context3.json
- evaluation_index_re10k_context4.json
- evaluation_index_re10k_context5.json
- evaluation_index_re10k_context6.json
- evaluation_index_re10k_context8.json
- evaluation_index_re10k_video.json
- objaverse_test.json
- objaverse_train.json
- test_split_re10k.txt
- train_split_re10k.txt
- nvs_results.png
- urope_framework.png
- __init__.py
- dataset.py
- dataset_objaverse.py
- lvsm.py
- perceptual.py
- trainval.py
- analysis_content_views.ipynb
- analysis_focal.ipynb
- data_preprocess.py
- gen_imgs.py
- gen_transforms.py
- nvs.sh
- config.py
- functional.py
- mha.py
- runner.py
- transformer.py
- __init__.py
- prope.py
- rope2d.py
- urope.py
- .gitignore
- failed_videos_test.txt
- failed_videos_train.txt
- LICENSE
- NOTICE
- README.md
- requirements.txt
- setup.py
- THIRD_PARTY_LICENSES
# 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:
pytest
View Details ▼
pytest
Run Python tests.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
Run tests from specific files:
pytest -k {{expression}}
Run tests with names matching a specific [k]eyword expression:
pytest {{[-x|--exitfirst]}}
Exit as soon as a test fails or encounters an error:
# Project Badges
// repository documentation
Was this content helpful?
(0 ratings)
