-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolmap_run2.log
More file actions
103 lines (95 loc) · 7.15 KB
/
Copy pathcolmap_run2.log
File metadata and controls
103 lines (95 loc) · 7.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
✓ Initialized. View run at
https://modal.com/apps/ryanabraham20005/main/ap-PS2WIGr7XLo4hBvBQ3NbAK
✓ Created objects.
├── 🔨 Created mount
│ /Users/ryanabraham/Downloads/vgrep3d_extracted/modal/run_colmap.py
├── 🔨 Created function run_colmap.
└── 🔨 Created function check_colmap.
==========
== CUDA ==
==========
CUDA Version 12.9.1
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
[colmap] 293 images in /outputs/driving_test/colmap/input
[colmap] == feature_extractor ==
[colmap] $ colmap feature_extractor --database_path /tmp/colmap_work/database.db --image_path /outputs/driving_test/colmap/input --ImageReader.camera_model OPENCV --ImageReader.single_camera 1 --FeatureExtraction.use_gpu 1
[colmap] == sequential_matcher ==
[colmap] $ colmap sequential_matcher --database_path /tmp/colmap_work/database.db --SequentialMatching.overlap 15 --SiftMatching.use_gpu 1
[colmap] STDERR:
[0;31mE20260821 22:50:20.459033 65 base_option_manager.cc:265] Failed to parse options - unrecognised option '--SiftMatching.use_gpu'.
[m
Traceback (most recent call last):
File "/pkg/modal/_runtime/container_io_manager.py", line 977, in handle_input_exception
yield
File "/pkg/modal/_container_entrypoint.py", line 187, in run_input_sync
values = io_context.call_function_sync()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/pkg/modal/_runtime/container_io_manager.py", line 265, in call_function_sync
expected_value_or_values = self.finalized_function.callable(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/run_colmap.py", line 82, in run_colmap
run([
File "/root/run_colmap.py", line 68, in run
raise RuntimeError(f"{label} failed with exit code {result.returncode}")
RuntimeError: sequential_matcher failed with exit code 1
Stopping app - uncaught exception raised locally: RuntimeError('sequential_matcher failed with exit code 1').
╭──────────────────── Traceback (most recent call last) ─────────────────────╮
│ /Users/ryanabraham/Downloads/vgrep3d_extracted/modal/run_colmap.py:165 in │
│ main │
│ │
│ 164 def main(scene: str = "driving_test", sequential_overlap: int = 15): │
│ ❱ 165 │ result = run_colmap.remote(scene=scene, sequential_overlap=seque │
│ 166 │ print(f"\nDone: {result['n_registered']}/{result['n_images']} im │
│ │
│ /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-pac │
│ kages/modal/_object.py:46 in wrapped │
│ │
│ 45 │ │ await self.hydrate() │
│ ❱ 46 │ │ return await method(self, *args, **kwargs) │
│ 47 │
│ │
│ /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-pac │
│ kages/modal/_functions.py:1841 in remote │
│ │
│ 1840 │ │ │
│ ❱ 1841 │ │ return await self._call_function(args, kwargs) │
│ 1842 │
│ │
│ /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-pac │
│ kages/modal/_functions.py:1778 in _call_function │
│ │
│ 1777 │ │ │
│ ❱ 1778 │ │ return await invocation.run_function() │
│ 1779 │
│ │
│ /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-pac │
│ kages/modal/_functions.py:502 in run_function │
│ │
│ 501 │ │ │ # No more retries left. │
│ ❱ 502 │ │ │ return await _process_result( │
│ 503 │ │ │ │ await_response.output.result, await_response.output │
│ │
│ /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-pac │
│ kages/modal/_utils/function_utils.py:572 in _process_result │
│ │
│ 571 │ │ │ │
│ ❱ 572 │ │ │ raise exc_with_hints(exc) │
│ 573 │
│ │
│ ...Remote call to Modal Function (ta-01M0K86NFJEDD1NWQDVPP6S70R)... │
│ │
│ /root/run_colmap.py:82 in run_colmap │
│ │
│ ❱ 82 run([ │
│ │
│ │
│ /root/run_colmap.py:68 in run │
│ │
│ ❱ 68 raise RuntimeError(f"{label} failed with exit code {result.returncode │
│ │
╰────────────────────────────────────────────────────────────────────────────╯
RuntimeError: sequential_matcher failed with exit code 1