Skip to content

Commit 6abd594

Browse files
committed
Fix Atocalibration image size
1 parent 466be6e commit 6abd594

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@
194194
+
195195
-torch>=1.1
196196
-torchvision>=0.3
197-
+torch==2.10.0+cpu
198-
+torchvision==0.25.0+cpu
197+
+torch==2.11.0+cpu
198+
+torchvision==0.26.0+cpu
199199
-numpy
200200
-opencv-python
201201
+numpy==2.2.6
202-
+opencv-python-headless==4.12.0.88
202+
+opencv-python-headless==4.13.0.92
203203
-tqdm>=4.36.0
204204
+tqdm==4.67.3
205205
-matplotlib
@@ -210,8 +210,8 @@
210210
-kornia>=0.6.11
211211
-gdown
212212
+matplotlib==3.10.8
213-
+plotly==6.6.0
214-
+scipy==1.16.3
213+
+plotly==6.7.0
214+
+scipy==1.17.1
215215
+h5py==3.15.1
216216
+pycolmap==0.6.0
217217
+kornia==0.8.2

0 commit comments

Comments
 (0)