Skip to content

Commit 05c81a6

Browse files
Merge branch 'main' into fix/reid-vector-length
2 parents 8728926 + 79c6e4f commit 05c81a6

File tree

2 files changed

+9
-36
lines changed

2 files changed

+9
-36
lines changed

autocalibration/requirements-runtime.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ scipy==1.17.1
1616
torch==2.11.0+cpu
1717
torchvision==0.26.0+cpu
1818
trimesh==4.11.5
19+
gdown==5.2.1
20+
h5py==3.15.1
21+
matplotlib==3.10.8
22+
plotly==6.7.0
23+
pycolmap==0.6.0
24+
tqdm==4.67.3
1925
Flask==3.1.3
2026
flask-socketio==5.6.1
2127
eventlet==0.40.4

autocalibration/src/reloc/patches/00-top-level-files.patch

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -185,39 +185,6 @@
185185
</details>
186186

187187
## Contributions welcome!
188-
--- /tmp/hloc-latest/requirements.txt 2026-01-16 16:13:56.852282750 -0700
189-
+++ requirements.txt 2026-01-16 16:16:08.541281242 -0700
190-
@@ -1,13 +1,16 @@
191-
+# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
192-
+# SPDX-License-Identifier: Apache-2.0
193-
+# This file is licensed under Apache 2.0 License.
194-
+
195-
-torch>=1.1
196-
-torchvision>=0.3
197-
+torch==2.10.0+cpu
198-
+torchvision==0.25.0+cpu
199-
-numpy
200-
-opencv-python
201-
+numpy==2.2.6
202-
+opencv-python-headless==4.12.0.88
203-
-tqdm>=4.36.0
204-
+tqdm==4.67.3
205-
-matplotlib
206-
-plotly
207-
-scipy
208-
-h5py
209-
-pycolmap>=3.13.0
210-
-kornia>=0.6.11
211-
-gdown
212-
+matplotlib==3.10.8
213-
+plotly==6.6.0
214-
+scipy==1.16.3
215-
+h5py==3.15.1
216-
+pycolmap==0.6.0
217-
+kornia==0.8.2
218-
+gdown==5.2.1
219-
-lightglue @ git+https://github.com/cvg/LightGlue
220-
221188
--- /tmp/hloc-latest/setup.py 2026-01-16 16:13:56.852282750 -0700
222189
+++ setup.py 2026-01-16 16:16:08.541355631 -0700
223190
@@ -1,3 +1,6 @@
@@ -227,7 +194,7 @@
227194
from pathlib import Path
228195
from setuptools import setup, find_packages
229196

230-
@@ -5,11 +8,11 @@
197+
@@ -5,11 +8,10 @@
231198

232199
root = Path(__file__).parent
233200
with open(str(root / 'README.md'), 'r', encoding='utf-8') as f:
@@ -236,9 +203,9 @@
236203
with open(str(root / 'hloc/__init__.py'), 'r') as f:
237204
- version = eval(f.read().split('__version__ = ')[1].split()[0])
238205
+ version = eval(f.read().split('__version__ = ')[1].split()[0])
239-
with open(str(root / 'requirements.txt'), 'r') as f:
206+
-with open(str(root / 'requirements.txt'), 'r') as f:
240207
- dependencies = f.read().split('\n')
241-
+ dependencies = f.read().split('\n')
208+
+dependencies = []
242209

243210
setup(
244211
name='hloc',

0 commit comments

Comments
 (0)