cvg / limap

A toolbox for mapping and localization with line features.
BSD 3-Clause "New" or "Revised" License
661 stars 67 forks source link

how to use my own image data to run it #77

Closed applefb closed 1 month ago

applefb commented 2 months ago

colmap_map ├── database.db ├── images │   ├── IMG_2077.jpg │   ├── IMG_2078.jpg │   ├── IMG_2079.jpg │   ├── IMG_2081.jpg │   ├── IMG_2082.jpg │   ├── IMG_2083.jpg │   └── IMG_2084.jpg └── sparse └── 0 ├── cameras.bin ├── images.bin ├── points3D.bin └── project.ini

I have already reconstructed it using colmap 3.8,Am I writing correctly? I want to use my own image data to run it.

Am I writing correctly? I want to use my own image data to run it.

python3 runners/colmap_triangulation.py -c ./cfgs/triangulation/default.yaml -a ./runners/colmap_map/ --output_dir ./test/

Aborted at 1713508552 (unix time) try "date -d @1713508552" if you are using GNU date PC: @ 0x0 (unknown) SIGABRT (@0x3e800005093) received by PID 20627 (TID 0x70a1240b3000) from PID 20627; stack trace: @ 0x70a02649a19e (unknown) @ 0x70a123e42520 (unknown) @ 0x70a123e969fc pthread_kill @ 0x70a123e42476 raise @ 0x70a123e287f3 abort @ 0x70a122ce370e (unknown) @ 0x70a0e5e52e5b libunwind_Unwind_RaiseException @ 0x70a0e46ae4cb cxa_throw @ 0x70a0262ac427 (unknown) @ 0x70a0263afb17 (unknown) @ 0x70a0262f2ef8 (unknown) @ 0x5f593f7ee10e (unknown) @ 0x5f593f7e4a7b _PyObject_MakeTpCall @ 0x5f593f7fa15d (unknown) @ 0x5f593f7ec8a8 _PyObject_GenericGetAttrWithDict @ 0x5f593f7f1eeb PyObject_GetAttrString @ 0x70a026349e2b (unknown) @ 0x70a026322a25 (unknown) @ 0x70a02634043c (unknown) @ 0x70a026341a9a PyInit_pycolmap @ 0x5f593f8f3a7a (unknown) @ 0x5f593f7eec59 (unknown) @ 0x5f593f7d95d7 _PyEval_EvalFrameDefault @ 0x5f593f7ee9fc _PyFunction_Vectorcall @ 0x5f593f7dccfa _PyEval_EvalFrameDefault @ 0x5f593f7ee9fc _PyFunction_Vectorcall @ 0x5f593f7d745c _PyEval_EvalFrameDefault @ 0x5f593f7ee9fc _PyFunction_Vectorcall @ 0x5f593f7d726d _PyEval_EvalFrameDefault @ 0x5f593f7ee9fc _PyFunction_Vectorcall @ 0x5f593f7d726d _PyEval_EvalFrameDefault @ 0x5f593f7ee9fc _PyFunction_Vectorcall 已中止 (核心已转储)

applefb commented 1 month ago

hloc 1.3 pycolmap 0.4.0